Interface ArcType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ArcTypeImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Actuate' attribute.Returns the value of the 'Arcrole' attribute.getFrom()
Returns the value of the 'From' attribute.getShow()
Returns the value of the 'Show' attribute.EList
getTitle()
Returns the value of the 'Title' containment reference list.Returns the value of the 'Title1' attribute.FeatureMap
Returns the value of the 'Title Group' attribute list.getTo()
Returns the value of the 'To' 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 'Type
' attribute is set.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 'From
' attribute.void
Sets the value of the 'Show
' attribute.void
Sets the value of the 'Title1
' attribute.void
Sets the value of the 'To
' 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 '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
-
getTitleGroup
FeatureMap getTitleGroup()Returns the value of the 'Title Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Title Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title Group' attribute list.
- See Also:
-
getTitle
EList getTitle()Returns the value of the 'Title' containment reference list. The list contents are of typeTitleEltType
.If the meaning of the 'Title' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title' containment reference list.
- 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:
-
getFrom
String getFrom()Returns the value of the 'From' attribute.If the meaning of the 'From' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'From' attribute.
- See Also:
-
setFrom
Sets the value of the 'From
' attribute.- Parameters:
value
- the new value of the 'From' 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:
-
getTitle1
String getTitle1()Returns the value of the 'Title1' attribute.If the meaning of the 'Title1' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title1' attribute.
- See Also:
-
setTitle1
Sets the value of the 'Title1
' attribute.- Parameters:
value
- the new value of the 'Title1' attribute.- See Also:
-
getTo
String getTo()Returns the value of the 'To' attribute. from and to have default behavior when values are missing- Returns:
- the value of the 'To' attribute.
- See Also:
-
setTo
Sets the value of the 'To
' attribute.- Parameters:
value
- the new value of the 'To' attribute.- See Also:
-
getType
TypeType getType()Returns the value of the 'Type' attribute. The default value is"arc"
. 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:
-