|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.aims.mtier.model.metadata.Tag
public class Tag
Defines an indexed XML tag
Field Summary | |
---|---|
static int |
DOUBLE
DOUBLE index type. |
int |
indexType
The index type |
static String |
STR_DOUBLE
String representation of the DOUBLE index type as found in ArcXML attribute values |
static String |
STR_STRING
String representation of the STRING index type as found in ArcXML attribute values |
static String |
STR_VARCHAR
String representation of the VARCHAR index type as found in ArcXML attribute values |
static int |
STRING
STRING index type. |
static int |
UNKNOWN
UNKNOWN index type. |
String |
value
The simple XPath tag index |
static int |
VARCHAR
VARCHAR index type. |
Constructor Summary | |
---|---|
Tag()
|
Method Summary | |
---|---|
int |
getIndexType()
|
String |
getValue()
|
void |
setIndexType(int indexType)
|
void |
setValue(String value)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int UNKNOWN
public static final int STRING
public static final String STR_STRING
public static final int DOUBLE
public static final String STR_DOUBLE
public static final int VARCHAR
public static final String STR_VARCHAR
public String value
public int indexType
Constructor Detail |
---|
public Tag()
Method Detail |
---|
public int getIndexType()
public void setIndexType(int indexType)
public String getValue()
public void setValue(String value)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |