|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyMetaData | |
org.jpox.metadata | Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. |
Uses of PropertyMetaData in org.jpox.metadata |
Methods in org.jpox.metadata that return PropertyMetaData | |
protected PropertyMetaData |
AbstractClassMetaData.newDefaultedProperty(java.lang.String name)
Utility to add a defaulted PropertyMetaData to the class. |
protected PropertyMetaData |
InterfaceMetaData.newDefaultedProperty(java.lang.String name)
Utility to add a defaulted PropertyMetaData to the class. |
protected PropertyMetaData |
MetaDataParser.newPropertyObject(MetaData md,
org.xml.sax.Attributes attrs)
Utility to create a new property component. |
Methods in org.jpox.metadata with parameters of type PropertyMetaData | |
void |
ImplementsMetaData.addProperty(PropertyMetaData pmd)
Method to add a property to this interface. |
Constructors in org.jpox.metadata with parameters of type PropertyMetaData | |
PropertyMetaData(MetaData parent,
PropertyMetaData fmd)
Convenience constructor to copy the specification from the passed field. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |