Interface ArcType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
ArcTypeImpl
public interface ArcType extends EObjectA representation of the model object 'Arc Type'.The following features are supported:
- See Also:
XlinkPackage.getArcType()
-
-
Method Summary
All 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.StringgetFrom()Returns the value of the 'From' attribute.ShowTypegetShow()Returns the value of the 'Show' attribute.EListgetTitle()Returns the value of the 'Title' containment reference list.StringgetTitle1()Returns the value of the 'Title1' attribute.FeatureMapgetTitleGroup()Returns the value of the 'Title Group' attribute list.StringgetTo()Returns the value of the 'To' attribute.TypeTypegetType()Returns the value of the 'Type' attribute.booleanisSetActuate()Returns whether the value of the 'Actuate' 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.voidsetFrom(String value)Sets the value of the 'From' attribute.voidsetShow(ShowType value)Sets the value of the 'Show' attribute.voidsetTitle1(String value)Sets the value of the 'Title1' attribute.voidsetTo(String value)Sets the value of the 'To' attribute.voidsetType(TypeType value)Sets the value of the 'Type' attribute.voidunsetActuate()Unsets the value of the 'Actuate' attribute.voidunsetShow()Unsets the value of the 'Show' attribute.voidunsetType()Unsets the value of the 'Type' attribute.
-
-
-
Method Detail
-
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:
XlinkPackage.getArcType_TitleGroup()
-
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:
XlinkPackage.getArcType_Title()
-
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:
ActuateType,isSetActuate(),unsetActuate(),setActuate(ActuateType),XlinkPackage.getArcType_Actuate()
-
setActuate
void 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()
-
unsetActuate
void unsetActuate()
Unsets the value of the 'Actuate' attribute.- See Also:
isSetActuate(),getActuate(),setActuate(ActuateType)
-
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:
unsetActuate(),getActuate(),setActuate(ActuateType)
-
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(String),XlinkPackage.getArcType_Arcrole()
-
setArcrole
void setArcrole(String value)
Sets the value of the 'Arcrole' attribute.- Parameters:
value- the new value of the 'Arcrole' attribute.- See Also:
getArcrole()
-
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(String),XlinkPackage.getArcType_From()
-
setFrom
void setFrom(String value)
Sets the value of the 'From' attribute.- Parameters:
value- the new value of the 'From' attribute.- See Also:
getFrom()
-
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:
ShowType,isSetShow(),unsetShow(),setShow(ShowType),XlinkPackage.getArcType_Show()
-
setShow
void 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()
-
unsetShow
void unsetShow()
Unsets the value of the 'Show' attribute.- See Also:
isSetShow(),getShow(),setShow(ShowType)
-
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:
unsetShow(),getShow(),setShow(ShowType)
-
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(String),XlinkPackage.getArcType_Title1()
-
setTitle1
void setTitle1(String value)
Sets the value of the 'Title1' attribute.- Parameters:
value- the new value of the 'Title1' attribute.- See Also:
getTitle1()
-
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(String),XlinkPackage.getArcType_To()
-
setTo
void setTo(String value)
Sets the value of the 'To' attribute.- Parameters:
value- the new value of the 'To' attribute.- See Also:
getTo()
-
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:
TypeType,isSetType(),unsetType(),setType(TypeType),XlinkPackage.getArcType_Type()
-
setType
void 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()
-
unsetType
void unsetType()
Unsets the value of the 'Type' attribute.- See Also:
isSetType(),getType(),setType(TypeType)
-
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:
unsetType(),getType(),setType(TypeType)
-
-