|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Read-only interface for a single attribute of a SpecNode. SpecNodeAttribute can have single or multiple values depending on the attribute type.
Field Summary | |
---|---|
static int |
BIDI_NUMSHAPES
|
static int |
BIDI_ORIENTATION
|
static int |
BIDI_SWAP
|
static int |
BIDI_TEXTSHAPES
|
static int |
BIDI_TYPEOFTEXT
|
static int |
CASCADE
|
static int |
CATEGORY_DELIMITER
|
static java.lang.String |
copyright
|
static int |
COUNTRY_CODE
|
static int |
CURRENCY
|
static int |
DATE_FORMAT
|
static int |
DATEONLY
|
static int |
DEFAULT_VALUE
|
static int |
DEFAULT_VALUE_RULE
|
static int |
DURATION
|
static int |
EDITABLE
|
static int |
ENCODING
|
static int |
EXCEL_DATE_FORMAT
|
static int |
GROUP
|
static int |
HELP_URL
|
static int |
HIDDEN
|
static int |
INDEXED
|
static int |
LANGUAGE_CODE
|
static int |
LINK_TO_CATALOG
|
static int |
LOCALE
|
static int |
LOCALE_IDENTIFIER
|
static int |
LOCALE_NODE
|
static int |
LOCALIZED
|
static int |
LOOKUP_TABLE
|
static int |
MAX_EXCLUSIVE
|
static int |
MAX_INCLUSIVE
|
static int |
MAX_OCCURRENCE
|
static int |
MAXLENGTH
|
static int |
MIN_EXCLUSIVE
|
static int |
MIN_INCLUSIVE
|
static int |
MIN_OCCURRENCE
|
static int |
MINLENGTH
|
static int |
NAME
|
static int |
NON_PERSISTED
|
static int |
NON_PERSISTED_ATTRIBUTE_RULE
|
static int |
NUMBER_ENUMERATION
|
static int |
NUMBER_FORMAT
|
static int |
OCCURRENCES_TO_DISPLAY
|
static int |
PATTERN
|
static int |
PRECISION
|
static int |
SCALE
|
static int |
SEQUENCE_INCREMENT
|
static int |
SEQUENCE_NAME
|
static int |
SEQUENCE_START
|
static int |
STRING_ENUMERATION
|
static int |
STRING_ENUMERATION_RULE
|
static int |
TIMEZONE_DEFAULT
|
static int |
TYPE
|
static int |
UNIQUE
|
static int |
VALIDATION_RULE
|
static int |
VALUE_RULE
|
static int |
WHITESPACE
|
Method Summary | |
---|---|
int |
getAttributeType()
Returns the type of this SpecNode attribute type |
java.lang.String |
getAttributeValue()
Returns the String value of this SpecNode attribute. |
java.util.Collection |
getAttributeValues()
Returns a java.util.Collection containing the String values of this SpecNode attribute. |
boolean |
isSingleValued()
Determine whether the SpecNodeAttribute has single or multiple values. |
Field Detail |
public static final java.lang.String copyright
public static final int CATEGORY_DELIMITER
public static final int DEFAULT_VALUE
public static final int DEFAULT_VALUE_RULE
public static final int DURATION
public static final int ENCODING
public static final int LINK_TO_CATALOG
public static final int MAXLENGTH
public static final int MAX_EXCLUSIVE
public static final int MAX_INCLUSIVE
public static final int MAX_OCCURRENCE
public static final int MINLENGTH
public static final int MIN_EXCLUSIVE
public static final int MIN_INCLUSIVE
public static final int MIN_OCCURRENCE
public static final int NAME
public static final int NUMBER_ENUMERATION
public static final int PATTERN
public static final int PRECISION
public static final int SCALE
public static final int STRING_ENUMERATION
public static final int TYPE
public static final int WHITESPACE
public static final int VALIDATION_RULE
public static final int VALUE_RULE
public static final int NON_PERSISTED_ATTRIBUTE_RULE
public static final int STRING_ENUMERATION_RULE
public static final int EDITABLE
public static final int UNIQUE
public static final int LOOKUP_TABLE
public static final int SEQUENCE_NAME
public static final int SEQUENCE_INCREMENT
public static final int SEQUENCE_START
public static final int GROUP
public static final int DATE_FORMAT
public static final int TIMEZONE_DEFAULT
public static final int NUMBER_FORMAT
public static final int BIDI_TYPEOFTEXT
public static final int BIDI_ORIENTATION
public static final int BIDI_SWAP
public static final int BIDI_NUMSHAPES
public static final int BIDI_TEXTSHAPES
public static final int LOCALE
public static final int LANGUAGE_CODE
public static final int COUNTRY_CODE
public static final int LOCALIZED
public static final int LOCALE_IDENTIFIER
public static final int LOCALE_NODE
public static final int HELP_URL
public static final int HIDDEN
public static final int NON_PERSISTED
public static final int OCCURRENCES_TO_DISPLAY
public static final int CASCADE
public static final int INDEXED
public static final int CURRENCY
public static final int DATEONLY
public static final int EXCEL_DATE_FORMAT
Method Detail |
public java.lang.String getAttributeValue()
public java.util.Collection getAttributeValues()
public boolean isSingleValued()
public int getAttributeType()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |