Modifier and Type | Method and Description |
---|---|
static SXData.TagType |
SXData.TagType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SXData.TagType[] |
SXData.TagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SXData.TagData |
SXData.createTag(java.lang.String t,
java.lang.String p,
SXData.TagType tt)
Create or find a TagData object.
|