Package net.opengis.gml311
Interface PriorityLocationPropertyType
-
- All Superinterfaces:
EObject
,LocationPropertyType
,Notifier
- All Known Implementing Classes:
PriorityLocationPropertyTypeImpl
public interface PriorityLocationPropertyType extends LocationPropertyType
A representation of the model object 'Priority Location Property Type'. G-XML component Deprecated in GML 3.1.0The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPriority()
Returns the value of the 'Priority' attribute.void
setPriority(String value)
Sets the value of the 'Priority
' 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 LocationPropertyType
getActuate, getArcrole, getGeometry, getGeometryGroup, getHref, getLocationKeyWord, getLocationString, getNull, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetShow, isSetType, setActuate, setArcrole, setHref, setLocationKeyWord, setLocationString, setNull, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetShow, unsetType
-
-
-
-
Method Detail
-
getPriority
String getPriority()
Returns the value of the 'Priority' attribute.If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Priority' attribute.
- See Also:
setPriority(String)
,Gml311Package.getPriorityLocationPropertyType_Priority()
-
setPriority
void setPriority(String value)
Sets the value of the 'Priority
' attribute.- Parameters:
value
- the new value of the 'Priority' attribute.- See Also:
getPriority()
-
-