org.jboss.xb.binding.metadata.unmarshalling.impl
Class DocumentBindingFactoryImpl.AbstractXmlValueBinding
java.lang.Object
org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractXmlValueContainer
org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractXmlValueBinding
- All Implemented Interfaces:
- XmlValueBinding, XmlValueContainer
- Enclosing class:
- DocumentBindingFactoryImpl
public abstract static class DocumentBindingFactoryImpl.AbstractXmlValueBinding
- extends DocumentBindingFactoryImpl.AbstractXmlValueContainer
- implements XmlValueBinding
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentBindingFactoryImpl.AbstractXmlValueBinding
protected DocumentBindingFactoryImpl.AbstractXmlValueBinding(XmlValueContainer container)
getField
public Field getField()
- Specified by:
getField
in interface XmlValueBinding
getGetter
public Method getGetter()
- Specified by:
getGetter
in interface XmlValueBinding
getSetter
public Method getSetter()
- Specified by:
getSetter
in interface XmlValueBinding
getFieldType
public Class getFieldType()
- Specified by:
getFieldType
in interface XmlValueBinding
getValue
public XmlValueBinding getValue()
- Specified by:
getValue
in interface XmlValueContainer
- Overrides:
getValue
in class DocumentBindingFactoryImpl.AbstractXmlValueContainer
getValueStackReference
protected XmlValueContainer getValueStackReference()
- Specified by:
getValueStackReference
in class DocumentBindingFactoryImpl.AbstractXmlValueContainer
getFieldLocal
protected abstract Field getFieldLocal()
getGetterLocal
protected abstract Method getGetterLocal()
getSetterLocal
protected abstract Method getSetterLocal()
getFieldTypeLocal
protected abstract Class getFieldTypeLocal()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.