Interface SymbolType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SymbolTypeImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAbout()
Returns the value of the 'About' attribute.Returns the value of the 'Actuate' attribute.FeatureMap
getAny()
Returns the value of the 'Any' attribute list.Returns the value of the 'Arcrole' attribute.getHref()
Returns the value of the 'Href' attribute.Returns the value of the 'Remote Schema' attribute.getRole()
Returns the value of the 'Role' attribute.getShow()
Returns the value of the 'Show' attribute.Returns the value of the 'Symbol Type' attribute.getTitle()
Returns the value of the 'Title' attribute.Returns the value of the 'Transform' attribute.getType()
Returns the value of the 'Type' attribute.boolean
Returns whether the value of the 'Actuate
' attribute is set.boolean
Returns whether the value of the 'Show
' attribute is set.boolean
Returns whether the value of the 'Symbol Type
' attribute is set.boolean
Returns whether the value of the 'Type
' attribute is set.void
Sets the value of the 'About
' attribute.void
setActuate
(ActuateType value) Sets the value of the 'Actuate
' attribute.void
setArcrole
(String value) Sets the value of the 'Arcrole
' attribute.void
Sets the value of the 'Href
' attribute.void
setRemoteSchema
(String value) Sets the value of the 'Remote Schema
' attribute.void
Sets the value of the 'Role
' attribute.void
Sets the value of the 'Show
' attribute.void
Sets the value of the 'Symbol Type
' attribute.void
Sets the value of the 'Title
' attribute.void
setTransform
(String value) Sets the value of the 'Transform
' attribute.void
Sets the value of the 'Type
' attribute.void
Unsets the value of the 'Actuate
' attribute.void
Unsets the value of the 'Show
' attribute.void
Unsets the value of the 'Symbol Type
' attribute.void
Unsets the value of the 'Type
' 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
-
getAny
FeatureMap getAny()Returns the value of the 'Any' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Any' attribute list.
- See Also:
-
getAbout
String getAbout()Returns the value of the 'About' attribute.If the meaning of the 'About' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'About' attribute.
- See Also:
-
setAbout
Sets the value of the 'About
' attribute.- Parameters:
value
- the new value of the 'About' attribute.- See Also:
-
getActuate
ActuateType 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:
-
setActuate
Sets the value of the 'Actuate
' attribute.- Parameters:
value
- the new value of the 'Actuate' attribute.- See Also:
-
unsetActuate
void unsetActuate()Unsets the value of the 'Actuate
' attribute. -
isSetActuate
boolean isSetActuate()Returns whether the value of the 'Actuate
' attribute is set.- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
-
getArcrole
String 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
Sets the value of the 'Arcrole
' attribute.- Parameters:
value
- the new value of the 'Arcrole' attribute.- See Also:
-
getHref
String 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
Sets the value of the 'Href
' attribute.- Parameters:
value
- the new value of the 'Href' attribute.- See Also:
-
getRemoteSchema
String 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
Sets the value of the 'Remote Schema
' attribute.- Parameters:
value
- the new value of the 'Remote Schema' attribute.- See Also:
-
getRole
String 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
Sets the value of the 'Role
' attribute.- Parameters:
value
- the new value of the 'Role' attribute.- See Also:
-
getShow
ShowType 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:
-
setShow
Sets the value of the 'Show
' attribute.- Parameters:
value
- the new value of the 'Show' attribute.- See Also:
-
unsetShow
void unsetShow()Unsets the value of the 'Show
' attribute.- See Also:
-
isSetShow
boolean isSetShow()Returns whether the value of the 'Show
' attribute is set.- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
-
getSymbolType
SymbolTypeEnumeration getSymbolType()Returns the value of the 'Symbol Type' attribute. The literals are from the enumerationSymbolTypeEnumeration
.If the meaning of the 'Symbol Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Symbol Type' attribute.
- See Also:
-
setSymbolType
Sets the value of the 'Symbol Type
' attribute.- Parameters:
value
- the new value of the 'Symbol Type' attribute.- See Also:
-
unsetSymbolType
void unsetSymbolType()Unsets the value of the 'Symbol Type
' attribute. -
isSetSymbolType
boolean isSetSymbolType()Returns whether the value of the 'Symbol Type
' attribute is set.- Returns:
- whether the value of the 'Symbol Type' attribute is set.
- See Also:
-
getTitle
String 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
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
-
getTransform
String getTransform()Returns the value of the 'Transform' attribute. Defines the geometric transformation of entities. There is no particular grammar defined for this value.- Returns:
- the value of the 'Transform' attribute.
- See Also:
-
setTransform
Sets the value of the 'Transform
' attribute.- Parameters:
value
- the new value of the 'Transform' attribute.- See Also:
-
getType
TypeType 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:
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
-
unsetType
void unsetType()Unsets the value of the 'Type
' attribute.- See Also:
-
isSetType
boolean isSetType()Returns whether the value of the 'Type
' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
-