public interface StuckAt
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ThreatsPropagationPackage.getStuckAt()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.State |
getBase_State()
Returns the value of the 'Base State' reference.
|
org.eclipse.uml2.uml.Property |
getProperty()
Returns the value of the 'Property' reference.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setBase_State(org.eclipse.uml2.uml.State value)
Sets the value of the '
Base State ' reference. |
void |
setProperty(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Property ' reference. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value ' attribute. |
org.eclipse.uml2.uml.Property getProperty()
If the meaning of the 'Property' reference isn't clear, there really should be more of a description here...
setProperty(Property)
,
ThreatsPropagationPackage.getStuckAt_Property()
void setProperty(org.eclipse.uml2.uml.Property value)
Property
' reference.
value
- the new value of the 'Property' reference.getProperty()
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
ThreatsPropagationPackage.getStuckAt_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
org.eclipse.uml2.uml.State getBase_State()
If the meaning of the 'Base State' reference isn't clear, there really should be more of a description here...
setBase_State(State)
,
ThreatsPropagationPackage.getStuckAt_Base_State()
void setBase_State(org.eclipse.uml2.uml.State value)
Base State
' reference.
value
- the new value of the 'Base State' reference.getBase_State()