org.jfree.xml.util
public final class ClassModelTags extends Object
Field Summary | |
---|---|
static String | ATTRIBUTE_ATTR Attribute text. |
static String | ATTRIBUTE_HANDLER_ATTR Attribute handler text. |
static String | ATTRIBUTE_PROPERTY_TAG Attribute property tag text. |
static String | BASE_CLASS_ATTR Base class attribute text. |
static String | CLASS_ATTR Class attribute text. |
static String | CONSTRUCTOR_TAG Constructor tag text. |
static String | ELEMENT_ATTR Element attribute text. |
static String | ELEMENT_PROPERTY_TAG Element property tag text. |
static String | IGNORED_PROPERTY_TAG Ignored property tag text. |
static String | IGNORE_ATTR Ignore attribute text. |
static String | INCLUDE_TAG Include tag text. |
static String | LOOKUP_ATTR Lookup attribute text. |
static String | LOOKUP_PROPERTY_TAG Lookup property tag text. |
static String | MANUAL_TAG Manual tag text. |
static String | MAPPING_TAG Mapping tag text. |
static String | NAME_ATTR Name attribute tag text. |
static String | OBJECTS_TAG Objects tag text. |
static String | OBJECT_TAG Object tag text. |
static String | PARAMETER_TAG Parameter tag text. |
static String | PROPERTY_ATTR Property attribute text. |
static String | READ_HANDLER_ATTR Read handler attribute text. |
static String | REGISTER_NAMES_ATTR Register name attribute text. |
static String | SOURCE_ATTR Source attribute text. |
static String | TYPE_ATTR Type attribute text. |
static String | TYPE_TAG Type tag text. |
static String | WRITE_HANDLER_ATTR Write handler attribute text. |