org.jboss.xb.binding.metadata.marshalling
Interface FieldBinding

All Superinterfaces:
FieldGroupBinding

public interface FieldBinding
extends FieldGroupBinding

Version:
$Revision: 1.1.2.3 $
Author:
Alexey Loubyansky

Field Summary
 
Fields inherited from interface org.jboss.xb.binding.metadata.marshalling.FieldGroupBinding
CHOICE, FIELD, SEQUENCE
 
Method Summary
 Field getField()
           
 String getFieldName()
           
 Class getFieldType()
           
 Method getGetter()
           
 FieldValueBinding getValueBinding()
           
 
Methods inherited from interface org.jboss.xb.binding.metadata.marshalling.FieldGroupBinding
getCategory, getDeclaringClassBinding
 

Method Detail

getFieldName

String getFieldName()

getField

Field getField()

getGetter

Method getGetter()

getFieldType

Class getFieldType()

getValueBinding

FieldValueBinding getValueBinding()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.