|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MOPropertyDescriptor | |
---|---|
com.abra.j2xb.beans.model | |
com.abra.j2xb.beans.propertyEditors | |
com.abra.j2xb.beans.xmlModel | |
com.abra.j2xb.beans.xmlModel.types |
Uses of MOPropertyDescriptor in com.abra.j2xb.beans.model |
---|
Subclasses of MOPropertyDescriptor in com.abra.j2xb.beans.model | |
---|---|
class |
MOAnnotationBasedPropertyDescriptor
|
class |
MOExceptionMessagePropertyDescriptor
|
class |
MOExceptionTracePropertyDescriptor
This property descriptor maps the exception stack trace as a string. |
Methods in com.abra.j2xb.beans.model that return MOPropertyDescriptor | |
---|---|
MOPropertyDescriptor |
MOBeanDescriptor.getMOPropertyDescriptor(java.lang.String propertyPath)
|
protected MOPropertyDescriptor |
MOBeanDescriptor.getMOPropertyDescriptor(java.lang.String[] path,
java.lang.String propertyPath,
int positionInPath)
|
MOPropertyDescriptor |
MOBeanDescriptor.getPropertyByName(java.lang.String propertyName)
finds a property by name. |
Methods in com.abra.j2xb.beans.model that return types with arguments of type MOPropertyDescriptor | |
---|---|
java.util.List<MOPropertyDescriptor> |
MODelegateDescriptor.getProperties()
|
java.util.List<MOPropertyDescriptor> |
MOBeanDescriptor.getProperties()
|
Methods in com.abra.j2xb.beans.model with parameters of type MOPropertyDescriptor | |
---|---|
static java.lang.String |
MOGlobalTypeUtils.getPreferedNamespacePrefix(MOPropertyDescriptor propertyDescriptor)
|
static java.lang.String |
MOGlobalTypeUtils.getTypeName(MOPropertyDescriptor propertyDescriptor)
|
static java.lang.String |
MOGlobalTypeUtils.getXmlNamespace(MOPropertyDescriptor propertyDescriptor)
|
static boolean |
MOGlobalTypeUtils.isGlobalPropertyType(MOPropertyDescriptor propertyDescriptor)
|
boolean |
MOChoicePropertyDescriptor.isIncludedInChoice(MOPropertyDescriptor property)
|
Uses of MOPropertyDescriptor in com.abra.j2xb.beans.propertyEditors |
---|
Methods in com.abra.j2xb.beans.propertyEditors with parameters of type MOPropertyDescriptor | |
---|---|
java.util.Set<java.lang.Enum> |
MOEnumPropertyEditor.getEnumConstants(MOPropertyDescriptor propertyDescriptor)
|
Uses of MOPropertyDescriptor in com.abra.j2xb.beans.xmlModel |
---|
Methods in com.abra.j2xb.beans.xmlModel that return MOPropertyDescriptor | |
---|---|
MOPropertyDescriptor |
MoXmlProperty.getPropertyDescriptor()
|
Methods in com.abra.j2xb.beans.xmlModel with parameters of type MOPropertyDescriptor | |
---|---|
MoXmlElement |
MoXmlGroupByElement.add(MOPropertyDescriptor propertyDescriptor,
java.util.List<java.lang.String> groupPath)
|
static MoXmlProperty |
MoXmlProperty.createMoXmlProperty(MoXmlElement parent,
MoXmlSchema schema,
MOPropertyDescriptor propertyDescriptor)
|
MoXmlSchema |
MoXmlBindingModel.getSchema(MOPropertyDescriptor propertyDescriptor)
|
static boolean |
MoXmlAtomCollection.isAtomCollectionProperty(MOPropertyDescriptor propertyDescriptor)
|
static boolean |
MoXmlBeanCollection.isBeanCollectionProperty(MOPropertyDescriptor propertyDescriptor)
|
static boolean |
MoXmlBeanProperty.isBeanProperty(MOPropertyDescriptor propertyDescriptor)
|
static boolean |
MoXmlEnumSetProperty.isEnumSetProperty(MOPropertyDescriptor propertyDescriptor)
|
static boolean |
MoXmlSimpleProperty.isSimpleType(MOPropertyDescriptor propertyDescriptor)
|
protected MoXmlElement |
MoXmlBeanDescriptor.mapJavaToXmlProperty(MOPropertyDescriptor propertyDescriptor)
|
Constructors in com.abra.j2xb.beans.xmlModel with parameters of type MOPropertyDescriptor | |
---|---|
MoXmlNotSupportedProperty(MoXmlElement parent,
MoXmlSchema schema,
MOPropertyDescriptor propertyDescriptor)
|
|
MoXmlSimpleProperty(MoXmlElement parent,
MoXmlSchema schema,
MOPropertyDescriptor propertyDescriptor)
|
Uses of MOPropertyDescriptor in com.abra.j2xb.beans.xmlModel.types |
---|
Constructors in com.abra.j2xb.beans.xmlModel.types with parameters of type MOPropertyDescriptor | |
---|---|
MoXmlListStyleType(MoXmlSchema schema,
MOPropertyDescriptor propertyDescriptor,
MoXmlAbstractSimpleType itemType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |