org.jboss.xb.binding.metadata.marshalling
Interface FieldValueBinding
- All Known Subinterfaces:
- BaseClassBinding, CollectionBinding, FinalClassBinding, NonFinalClassBinding, SimpleValueBinding
public interface FieldValueBinding
- Version:
- $Revision: 1.1.2.3 $
- Author:
- Alexey Loubyansky
SIMPLE_VALUE
static final int SIMPLE_VALUE
- See Also:
- Constant Field Values
FINAL_CLASS
static final int FINAL_CLASS
- See Also:
- Constant Field Values
NON_FINAL_CLASS
static final int NON_FINAL_CLASS
- See Also:
- Constant Field Values
COLLECTION
static final int COLLECTION
- See Also:
- Constant Field Values
getFieldBinding
FieldBinding getFieldBinding()
getCategory
int getCategory()
getJavaClass
Class getJavaClass()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.