public interface Property
The following features are supported:
RSAPackage.getProperty()| Modifier and Type | Method and Description |
|---|---|
Array |
getArray()
Returns the value of the 'Array' containment reference.
|
Array |
getList()
Returns the value of the 'List' containment reference.
|
FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
Array |
getSet()
Returns the value of the 'Set' containment reference.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
java.lang.String |
getValueType()
Returns the value of the 'Value Type' attribute.
|
XmlType |
getXml()
Returns the value of the 'Xml' containment reference.
|
void |
setArray(Array value)
Sets the value of the '
Array' containment reference. |
void |
setList(Array value)
Sets the value of the '
List' containment reference. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setSet(Array value)
Sets the value of the '
Set' containment reference. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value' attribute. |
void |
setValueType(java.lang.String value)
Sets the value of the '
Value Type' attribute. |
void |
setXml(XmlType value)
Sets the value of the '
Xml' containment reference. |
FeatureMap getMixed()
org.eclipse.emf.ecore.util.FeatureMap.Entry.
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
RSAPackage.getProperty_Mixed()Array getArray()
If the meaning of the 'Array' containment reference isn't clear, there really should be more of a description here...
setArray(Array),
RSAPackage.getProperty_Array()void setArray(Array value)
Array' containment reference.
value - the new value of the 'Array' containment reference.getArray()Array getList()
If the meaning of the 'List' containment reference isn't clear, there really should be more of a description here...
setList(Array),
RSAPackage.getProperty_List()void setList(Array value)
List' containment reference.
value - the new value of the 'List' containment reference.getList()Array getSet()
If the meaning of the 'Set' containment reference isn't clear, there really should be more of a description here...
setSet(Array),
RSAPackage.getProperty_Set()void setSet(Array value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()XmlType getXml()
If the meaning of the 'Xml' containment reference isn't clear, there really should be more of a description here...
setXml(XmlType),
RSAPackage.getProperty_Xml()void setXml(XmlType value)
Xml' containment reference.
value - the new value of the 'Xml' containment reference.getXml()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
RSAPackage.getProperty_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()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),
RSAPackage.getProperty_Value()void setValue(java.lang.String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()java.lang.String getValueType()
If the meaning of the 'Value Type' attribute isn't clear, there really should be more of a description here...
setValueType(String),
RSAPackage.getProperty_ValueType()void setValueType(java.lang.String value)
Value Type' attribute.
value - the new value of the 'Value Type' attribute.getValueType()