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