|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.openmarkup.Attributes
Defines a collection of enumeration constants for names of attributes.
Field Summary | |
static String |
BASE
Represents the local name of the "base" attribute. |
static String |
CLASS
Represents the local name of the "class" attribute. |
static String |
DESCRIPTION
Represents the local name of the "description" attribute. |
static String |
GUID
Represents the local name of the "guid" attribute. |
static String |
HREF
Represents the local name of the "href" attribute. |
static String |
ID
Represents the local name of the "id" attribute. |
static String |
INDEX
Represents the local name of the "index" attribute. |
static String |
KEY
Represents the local name of the "key" attribute. |
static String |
LOCALE
Represents the local name of the "locale" attribute. |
static String |
METHOD
Represents the local name of the "method" attribute. |
static String |
NAME
Represents the local name of the "name" attribute. |
static String |
NAMESPACE
Represents the local name of the "namespace" attribute. |
static String |
PARAMS
Represents the local name of the "params" attribute. |
static String |
PROPERTY
Represents the local name of the "property" attribute. |
static String |
TARGET
Represents the local name of the "target" attribute. |
static String |
TITLE
Represents the local name of the "title" attribute. |
static String |
TYPE
Represents the local name of the "type" attribute. |
static String |
VALUE
Represents the local name of the "value" attribute. |
static String |
VERSION
Represents the local name of the "version" attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String BASE
"base"
attribute.
public static final String CLASS
"class"
attribute.
public static final String DESCRIPTION
"description"
attribute.
public static final String GUID
"guid"
attribute.
public static final String HREF
"href"
attribute.
public static final String INDEX
"index"
attribute.
public static final String ID
"id"
attribute.
public static final String KEY
"key"
attribute.
public static final String LOCALE
"locale"
attribute.
public static final String METHOD
"method"
attribute.
public static final String NAME
"name"
attribute.
public static final String NAMESPACE
"namespace"
attribute.
public static final String PARAMS
"params"
attribute.
public static final String PROPERTY
"property"
attribute.
public static final String TARGET
"target"
attribute.
public static final String TITLE
"title"
attribute.
public static final String TYPE
"type"
attribute.
public static final String VALUE
"value"
attribute.
public static final String VERSION
"version"
attribute.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |