com.abra.j2xb.beans.xmlModel
Class MoXmlProperty
java.lang.Object
com.abra.j2xb.beans.xmlModel.MoXmlElement
com.abra.j2xb.beans.xmlModel.MoXmlProperty
- Direct Known Subclasses:
- MoXmlAtomCollection, MoXmlBeanValuedProperty, MoXmlEnumSetProperty, MoXmlNotSupportedProperty, MoXmlSimpleProperty
public abstract class MoXmlProperty
- extends MoXmlElement
- Since:
- JDK1.5
- Version:
- 1.0, May 1, 2008
- Author:
- Yoav Abrahami
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getPropertyDescriptor
public MOPropertyDescriptor getPropertyDescriptor()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getElementName
public java.lang.String getElementName()
- Specified by:
getElementName
in class MoXmlElement
isXmlOptional
public boolean isXmlOptional()
- Specified by:
isXmlOptional
in class MoXmlElement
getXmlLocation
public MoXmlProperty.XmlLocation getXmlLocation()
getJavaType
protected java.lang.Class<?> getJavaType()
createMoXmlProperty
public static MoXmlProperty createMoXmlProperty(MoXmlElement parent,
MoXmlSchema schema,
MOPropertyDescriptor propertyDescriptor)
getSchema
public MoXmlSchema getSchema()
Copyright © 2008. All Rights Reserved.