|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Field Summary | |
static String |
ASCENDING
Label for the attribute. |
static String |
ATTRIBUTE
Label for the attribute. |
static String |
CASE_SENSITIVE
Label for the attribute. |
Method Summary | |
AttributeIdentifier |
getAttribute()
Gets the object for the association that plays role: ATTRIBUTE. |
boolean |
isAscending()
Gets the value of the attribute: ASCENDING. |
boolean |
isCaseSensitive()
Gets the value of the attribute: CASE_SENSITIVE. |
void |
setAscending(boolean a_Ascending)
Sets the value of the attribute: ASCENDING. |
void |
setAttribute(AttributeIdentifier a_Attribute)
Sets the object for the association that plays role: ATTRIBUTE. |
void |
setCaseSensitive(boolean a_CaseSensitive)
Sets the value of the attribute: CASE_SENSITIVE. |
Field Detail |
public static final String ASCENDING
public static final String CASE_SENSITIVE
public static final String ATTRIBUTE
Method Detail |
public boolean isAscending()
public void setAscending(boolean a_Ascending) throws WTPropertyVetoException
a_Ascending
-
WTPropertyVetoException
public boolean isCaseSensitive()
public void setCaseSensitive(boolean a_CaseSensitive) throws WTPropertyVetoException
a_CaseSensitive
-
WTPropertyVetoException
public AttributeIdentifier getAttribute()
public void setAttribute(AttributeIdentifier a_Attribute) throws WTPropertyVetoException
a_Attribute
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |