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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPriority()Returns the value of the 'Priority' attribute.voidsetPriority(String value)Sets the value of the 'Priority' attribute.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface LocationPropertyTypegetActuate, 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- 
getPriorityString 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()
 
 - 
setPriorityvoid setPriority(String value) Sets the value of the 'Priority' attribute.- Parameters:
- value- the new value of the 'Priority' attribute.
- See Also:
- getPriority()
 
 
- 
 
-