Package org.jfree.xml.util
Class ClassModelTags
java.lang.Object
org.jfree.xml.util.ClassModelTags
A collection of tags used in the object model description.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Attribute text.static final String
Attribute handler text.static final String
Attribute property tag text.static final String
Base class attribute text.static final String
Class attribute text.static final String
Constructor tag text.static final String
Element attribute text.static final String
Element property tag text.static final String
Ignore attribute text.static final String
Ignored property tag text.static final String
Include tag text.static final String
Lookup attribute text.static final String
Lookup property tag text.static final String
Manual tag text.static final String
Mapping tag text.static final String
Name attribute tag text.static final String
Object tag text.static final String
Objects tag text.static final String
Parameter tag text.static final String
Property attribute text.static final String
Read handler attribute text.static final String
Register name attribute text.static final String
Source attribute text.static final String
Type attribute text.static final String
Type tag text.static final String
Write handler attribute text. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Private constructor prevents instantiation. -
Method Summary
-
Field Details
-
OBJECTS_TAG
Objects tag text.- See Also:
-
INCLUDE_TAG
Include tag text.- See Also:
-
SOURCE_ATTR
Source attribute text.- See Also:
-
OBJECT_TAG
Object tag text.- See Also:
-
IGNORE_ATTR
Ignore attribute text.- See Also:
-
CLASS_ATTR
Class attribute text.- See Also:
-
REGISTER_NAMES_ATTR
Register name attribute text.- See Also:
-
ELEMENT_PROPERTY_TAG
Element property tag text.- See Also:
-
ATTRIBUTE_PROPERTY_TAG
Attribute property tag text.- See Also:
-
LOOKUP_PROPERTY_TAG
Lookup property tag text.- See Also:
-
NAME_ATTR
Name attribute tag text.- See Also:
-
ELEMENT_ATTR
Element attribute text.- See Also:
-
ATTRIBUTE_ATTR
Attribute text.- See Also:
-
LOOKUP_ATTR
Lookup attribute text.- See Also:
-
CONSTRUCTOR_TAG
Constructor tag text.- See Also:
-
PARAMETER_TAG
Parameter tag text.- See Also:
-
PROPERTY_ATTR
Property attribute text.- See Also:
-
ATTRIBUTE_HANDLER_ATTR
Attribute handler text.- See Also:
-
IGNORED_PROPERTY_TAG
Ignored property tag text.- See Also:
-
MANUAL_TAG
Manual tag text.- See Also:
-
READ_HANDLER_ATTR
Read handler attribute text.- See Also:
-
WRITE_HANDLER_ATTR
Write handler attribute text.- See Also:
-
MAPPING_TAG
Mapping tag text.- See Also:
-
TYPE_ATTR
Type attribute text.- See Also:
-
BASE_CLASS_ATTR
Base class attribute text.- See Also:
-
TYPE_TAG
Type tag text.- See Also:
-
-
Constructor Details
-
ClassModelTags
private ClassModelTags()Private constructor prevents instantiation.
-