Interface DirectionPropertyType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- DirectionPropertyTypeImpl
 
 public interface DirectionPropertyType extends EObjectA representation of the model object 'Direction Property Type'.The following features are supported: - See Also:
- Gml311Package.getDirectionPropertyType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ActuateTypegetActuate()Returns the value of the 'Actuate' attribute.StringgetArcrole()Returns the value of the 'Arcrole' attribute.CompassPointEnumerationgetCompassPoint()Returns the value of the 'Compass Point' attribute.CodeTypegetDirectionKeyword()Returns the value of the 'Direction Keyword' containment reference.StringOrRefTypegetDirectionString()Returns the value of the 'Direction String' containment reference.DirectionVectorTypegetDirectionVector()Returns the value of the 'Direction Vector' containment reference.StringgetHref()Returns the value of the 'Href' attribute.StringgetRemoteSchema()Returns the value of the 'Remote Schema' attribute.StringgetRole()Returns the value of the 'Role' attribute.ShowTypegetShow()Returns the value of the 'Show' attribute.StringgetTitle()Returns the value of the 'Title' attribute.TypeTypegetType()Returns the value of the 'Type' attribute.booleanisSetActuate()Returns whether the value of the 'Actuate' attribute is set.booleanisSetCompassPoint()Returns whether the value of the 'Compass Point' attribute is set.booleanisSetShow()Returns whether the value of the 'Show' attribute is set.booleanisSetType()Returns whether the value of the 'Type' attribute is set.voidsetActuate(ActuateType value)Sets the value of the 'Actuate' attribute.voidsetArcrole(String value)Sets the value of the 'Arcrole' attribute.voidsetCompassPoint(CompassPointEnumeration value)Sets the value of the 'Compass Point' attribute.voidsetDirectionKeyword(CodeType value)Sets the value of the 'Direction Keyword' containment reference.voidsetDirectionString(StringOrRefType value)Sets the value of the 'Direction String' containment reference.voidsetDirectionVector(DirectionVectorType value)Sets the value of the 'Direction Vector' containment reference.voidsetHref(String value)Sets the value of the 'Href' attribute.voidsetRemoteSchema(String value)Sets the value of the 'Remote Schema' attribute.voidsetRole(String value)Sets the value of the 'Role' attribute.voidsetShow(ShowType value)Sets the value of the 'Show' attribute.voidsetTitle(String value)Sets the value of the 'Title' attribute.voidsetType(TypeType value)Sets the value of the 'Type' attribute.voidunsetActuate()Unsets the value of the 'Actuate' attribute.voidunsetCompassPoint()Unsets the value of the 'Compass Point' attribute.voidunsetShow()Unsets the value of the 'Show' attribute.voidunsetType()Unsets the value of the 'Type' attribute.
 
- 
- 
- 
Method Detail- 
getDirectionVectorDirectionVectorType getDirectionVector() Returns the value of the 'Direction Vector' containment reference.If the meaning of the 'Direction Vector' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Direction Vector' containment reference.
- See Also:
- setDirectionVector(DirectionVectorType),- Gml311Package.getDirectionPropertyType_DirectionVector()
 
 - 
setDirectionVectorvoid setDirectionVector(DirectionVectorType value) Sets the value of the 'Direction Vector' containment reference.- Parameters:
- value- the new value of the 'Direction Vector' containment reference.
- See Also:
- getDirectionVector()
 
 - 
getCompassPointCompassPointEnumeration getCompassPoint() Returns the value of the 'Compass Point' attribute. The literals are from the enumerationCompassPointEnumeration.If the meaning of the 'Compass Point' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Compass Point' attribute.
- See Also:
- CompassPointEnumeration,- isSetCompassPoint(),- unsetCompassPoint(),- setCompassPoint(CompassPointEnumeration),- Gml311Package.getDirectionPropertyType_CompassPoint()
 
 - 
setCompassPointvoid setCompassPoint(CompassPointEnumeration value) Sets the value of the 'Compass Point' attribute.- Parameters:
- value- the new value of the 'Compass Point' attribute.
- See Also:
- CompassPointEnumeration,- isSetCompassPoint(),- unsetCompassPoint(),- getCompassPoint()
 
 - 
unsetCompassPointvoid unsetCompassPoint() Unsets the value of the 'Compass Point' attribute.
 - 
isSetCompassPointboolean isSetCompassPoint() Returns whether the value of the 'Compass Point' attribute is set.- Returns:
- whether the value of the 'Compass Point' attribute is set.
- See Also:
- unsetCompassPoint(),- getCompassPoint(),- setCompassPoint(CompassPointEnumeration)
 
 - 
getDirectionKeywordCodeType getDirectionKeyword() Returns the value of the 'Direction Keyword' containment reference.If the meaning of the 'Direction Keyword' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Direction Keyword' containment reference.
- See Also:
- setDirectionKeyword(CodeType),- Gml311Package.getDirectionPropertyType_DirectionKeyword()
 
 - 
setDirectionKeywordvoid setDirectionKeyword(CodeType value) Sets the value of the 'Direction Keyword' containment reference.- Parameters:
- value- the new value of the 'Direction Keyword' containment reference.
- See Also:
- getDirectionKeyword()
 
 - 
getDirectionStringStringOrRefType getDirectionString() Returns the value of the 'Direction String' containment reference.If the meaning of the 'Direction String' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Direction String' containment reference.
- See Also:
- setDirectionString(StringOrRefType),- Gml311Package.getDirectionPropertyType_DirectionString()
 
 - 
setDirectionStringvoid setDirectionString(StringOrRefType value) Sets the value of the 'Direction String' containment reference.- Parameters:
- value- the new value of the 'Direction String' containment reference.
- See Also:
- getDirectionString()
 
 - 
getActuateActuateType getActuate() Returns the value of the 'Actuate' attribute. The literals are from the enumerationActuateType.If the meaning of the 'Actuate' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Actuate' attribute.
- See Also:
- ActuateType,- isSetActuate(),- unsetActuate(),- setActuate(ActuateType),- Gml311Package.getDirectionPropertyType_Actuate()
 
 - 
setActuatevoid setActuate(ActuateType value) Sets the value of the 'Actuate' attribute.- Parameters:
- value- the new value of the 'Actuate' attribute.
- See Also:
- ActuateType,- isSetActuate(),- unsetActuate(),- getActuate()
 
 - 
unsetActuatevoid unsetActuate() Unsets the value of the 'Actuate' attribute.- See Also:
- isSetActuate(),- getActuate(),- setActuate(ActuateType)
 
 - 
isSetActuateboolean isSetActuate() Returns whether the value of the 'Actuate' attribute is set.- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
- unsetActuate(),- getActuate(),- setActuate(ActuateType)
 
 - 
getArcroleString getArcrole() Returns the value of the 'Arcrole' attribute.If the meaning of the 'Arcrole' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Arcrole' attribute.
- See Also:
- setArcrole(String),- Gml311Package.getDirectionPropertyType_Arcrole()
 
 - 
setArcrolevoid setArcrole(String value) Sets the value of the 'Arcrole' attribute.- Parameters:
- value- the new value of the 'Arcrole' attribute.
- See Also:
- getArcrole()
 
 - 
getHrefString getHref() Returns the value of the 'Href' attribute.If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Href' attribute.
- See Also:
- setHref(String),- Gml311Package.getDirectionPropertyType_Href()
 
 - 
setHrefvoid setHref(String value) Sets the value of the 'Href' attribute.- Parameters:
- value- the new value of the 'Href' attribute.
- See Also:
- getHref()
 
 - 
getRemoteSchemaString getRemoteSchema() Returns the value of the 'Remote Schema' attribute. Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.- Returns:
- the value of the 'Remote Schema' attribute.
- See Also:
- setRemoteSchema(String),- Gml311Package.getDirectionPropertyType_RemoteSchema()
 
 - 
setRemoteSchemavoid setRemoteSchema(String value) Sets the value of the 'Remote Schema' attribute.- Parameters:
- value- the new value of the 'Remote Schema' attribute.
- See Also:
- getRemoteSchema()
 
 - 
getRoleString getRole() Returns the value of the 'Role' attribute.If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Role' attribute.
- See Also:
- setRole(String),- Gml311Package.getDirectionPropertyType_Role()
 
 - 
setRolevoid setRole(String value) Sets the value of the 'Role' attribute.- Parameters:
- value- the new value of the 'Role' attribute.
- See Also:
- getRole()
 
 - 
getShowShowType getShow() Returns the value of the 'Show' attribute. The literals are from the enumerationShowType.If the meaning of the 'Show' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Show' attribute.
- See Also:
- ShowType,- isSetShow(),- unsetShow(),- setShow(ShowType),- Gml311Package.getDirectionPropertyType_Show()
 
 - 
setShowvoid setShow(ShowType value) Sets the value of the 'Show' attribute.- Parameters:
- value- the new value of the 'Show' attribute.
- See Also:
- ShowType,- isSetShow(),- unsetShow(),- getShow()
 
 - 
unsetShowvoid unsetShow() Unsets the value of the 'Show' attribute.- See Also:
- isSetShow(),- getShow(),- setShow(ShowType)
 
 - 
isSetShowboolean isSetShow() Returns whether the value of the 'Show' attribute is set.- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
- unsetShow(),- getShow(),- setShow(ShowType)
 
 - 
getTitleString getTitle() Returns the value of the 'Title' attribute.If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Title' attribute.
- See Also:
- setTitle(String),- Gml311Package.getDirectionPropertyType_Title()
 
 - 
setTitlevoid setTitle(String value) Sets the value of the 'Title' attribute.- Parameters:
- value- the new value of the 'Title' attribute.
- See Also:
- getTitle()
 
 - 
getTypeTypeType getType() Returns the value of the 'Type' attribute. The default value is"simple". The literals are from the enumerationTypeType.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Type' attribute.
- See Also:
- TypeType,- isSetType(),- unsetType(),- setType(TypeType),- Gml311Package.getDirectionPropertyType_Type()
 
 - 
setTypevoid setType(TypeType value) Sets the value of the 'Type' attribute.- Parameters:
- value- the new value of the 'Type' attribute.
- See Also:
- TypeType,- isSetType(),- unsetType(),- getType()
 
 - 
unsetTypevoid unsetType() Unsets the value of the 'Type' attribute.- See Also:
- isSetType(),- getType(),- setType(TypeType)
 
 - 
isSetTypeboolean isSetType() Returns whether the value of the 'Type' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
- unsetType(),- getType(),- setType(TypeType)
 
 
- 
 
-