|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.specification.DefaultSortRule
Supported API: false
Extendable: false
Field Summary | |
private boolean |
ascending
|
private AttributeIdentifier |
attribute
|
private boolean |
caseSensitive
|
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Fields inherited from interface wt.query.specification.AttributeSortRule |
ASCENDING, ATTRIBUTE, CASE_SENSITIVE |
Constructor Summary | |
DefaultSortRule(AttributeIdentifier an_attribute)
Supported API: false |
|
DefaultSortRule(AttributeIdentifier an_attribute,
boolean ascending_order)
Supported API: false |
|
DefaultSortRule(AttributeIdentifier an_attribute,
boolean ascending_order,
boolean case_sensitive)
Supported API: false |
Method Summary | |
private void |
attributeValidate(AttributeIdentifier a_Attribute)
|
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: caseSensitive. |
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: caseSensitive. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private boolean ascending
private boolean caseSensitive
private AttributeIdentifier attribute
Constructor Detail |
public DefaultSortRule(AttributeIdentifier an_attribute)
an_attribute
- public DefaultSortRule(AttributeIdentifier an_attribute, boolean ascending_order)
an_attribute
- ascending_order
- public DefaultSortRule(AttributeIdentifier an_attribute, boolean ascending_order, boolean case_sensitive)
an_attribute
- ascending_order
- case_sensitive
- Method Detail |
public boolean isAscending()
isAscending
in interface AttributeSortRule
public void setAscending(boolean a_Ascending) throws WTPropertyVetoException
setAscending
in interface AttributeSortRule
a_Ascending
-
WTPropertyVetoException
public boolean isCaseSensitive()
isCaseSensitive
in interface AttributeSortRule
public void setCaseSensitive(boolean a_CaseSensitive) throws WTPropertyVetoException
setCaseSensitive
in interface AttributeSortRule
a_CaseSensitive
-
WTPropertyVetoException
public AttributeIdentifier getAttribute()
getAttribute
in interface AttributeSortRule
public void setAttribute(AttributeIdentifier a_Attribute) throws WTPropertyVetoException
setAttribute
in interface AttributeSortRule
a_Attribute
-
WTPropertyVetoException
private void attributeValidate(AttributeIdentifier a_Attribute) throws WTPropertyVetoException
a_Attribute
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |