wt.query.specification
Interface AttributeSortRule

All Known Implementing Classes:
DefaultSortRule

public interface AttributeSortRule



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

ASCENDING

public static final String ASCENDING
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

CASE_SENSITIVE

public static final String CASE_SENSITIVE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

ATTRIBUTE

public static final String ATTRIBUTE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

isAscending

public boolean isAscending()
Gets the value of the attribute: ASCENDING.

Supported API: false

Returns:
boolean

setAscending

public void setAscending(boolean a_Ascending)
                  throws WTPropertyVetoException
Sets the value of the attribute: ASCENDING.

Supported API: false

Parameters:
a_Ascending -
Throws:
WTPropertyVetoException

isCaseSensitive

public boolean isCaseSensitive()
Gets the value of the attribute: CASE_SENSITIVE.

Supported API: false

Returns:
boolean

setCaseSensitive

public void setCaseSensitive(boolean a_CaseSensitive)
                      throws WTPropertyVetoException
Sets the value of the attribute: CASE_SENSITIVE.

Supported API: false

Parameters:
a_CaseSensitive -
Throws:
WTPropertyVetoException

getAttribute

public AttributeIdentifier getAttribute()
Gets the object for the association that plays role: ATTRIBUTE.

Supported API: false

Returns:
AttributeIdentifier

setAttribute

public void setAttribute(AttributeIdentifier a_Attribute)
                  throws WTPropertyVetoException
Sets the object for the association that plays role: ATTRIBUTE.

Supported API: false

Parameters:
a_Attribute -
Throws:
WTPropertyVetoException