|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlProperty | |
---|---|
org.foray.fotree.xml | Namespace and Factory classes for objects in the xml: (Generic XML) namespace. |
org.foray.fotree.xml.prop | Classes representing generic XML properties. |
Uses of XmlProperty in org.foray.fotree.xml |
---|
Methods in org.foray.fotree.xml that return XmlProperty | |
---|---|
static XmlProperty |
PropertyMakerXML.enumeratePropertyName(String inputPropertyName)
Converts a property name to its integral equivalent. |
abstract XmlProperty |
AbstractXmlProperty.getPropertyType()
|
static XmlProperty |
XmlProperty.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XmlProperty[] |
XmlProperty.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
static XmlProperty |
XmlProperty.xmlValueOf(String xmlName)
Similar to valueOf(String) method, but operates on the
XML name of the property instead of its enumerated name. |
Uses of XmlProperty in org.foray.fotree.xml.prop |
---|
Methods in org.foray.fotree.xml.prop that return XmlProperty | |
---|---|
XmlProperty |
Lang.getPropertyType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |