Package net.opengis.fes20
Interface SortPropertyType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SortPropertyTypeImpl
public interface SortPropertyType extends EObject
A representation of the model object 'Sort Property Type'.The following features are supported:
- See Also:
Fes20Package.getSortPropertyType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SortOrderType
getSortOrder()
Returns the value of the 'Sort Order' attribute.String
getValueReference()
Returns the value of the 'Value Reference' attribute.boolean
isSetSortOrder()
Returns whether the value of the 'Sort Order
' attribute is set.void
setSortOrder(SortOrderType value)
Sets the value of the 'Sort Order
' attribute.void
setValueReference(String value)
Sets the value of the 'Value Reference
' attribute.void
unsetSortOrder()
Unsets the value of the 'Sort Order
' attribute.
-
-
-
Method Detail
-
getValueReference
String getValueReference()
Returns the value of the 'Value Reference' attribute.If the meaning of the 'Value Reference' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value Reference' attribute.
- See Also:
setValueReference(String)
,Fes20Package.getSortPropertyType_ValueReference()
-
setValueReference
void setValueReference(String value)
Sets the value of the 'Value Reference
' attribute.- Parameters:
value
- the new value of the 'Value Reference' attribute.- See Also:
getValueReference()
-
getSortOrder
SortOrderType getSortOrder()
Returns the value of the 'Sort Order' attribute. The literals are from the enumerationSortOrderType
.If the meaning of the 'Sort Order' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Sort Order' attribute.
- See Also:
SortOrderType
,isSetSortOrder()
,unsetSortOrder()
,setSortOrder(SortOrderType)
,Fes20Package.getSortPropertyType_SortOrder()
-
setSortOrder
void setSortOrder(SortOrderType value)
Sets the value of the 'Sort Order
' attribute.- Parameters:
value
- the new value of the 'Sort Order' attribute.- See Also:
SortOrderType
,isSetSortOrder()
,unsetSortOrder()
,getSortOrder()
-
unsetSortOrder
void unsetSortOrder()
Unsets the value of the 'Sort Order
' attribute.
-
isSetSortOrder
boolean isSetSortOrder()
Returns whether the value of the 'Sort Order
' attribute is set.- Returns:
- whether the value of the 'Sort Order' attribute is set.
- See Also:
unsetSortOrder()
,getSortOrder()
,setSortOrder(SortOrderType)
-
-