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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Sort Order' attribute.Returns the value of the 'Value Reference' attribute.boolean
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
Unsets the value of the 'Sort Order
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Value Reference
' attribute.- Parameters:
value
- the new value of the 'Value Reference' attribute.- See Also:
-
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:
-
setSortOrder
Sets the value of the 'Sort Order
' attribute.- Parameters:
value
- the new value of the 'Sort Order' attribute.- See Also:
-
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:
-