| Modifier and Type | Field and Description |
|---|---|
protected FeatureMap |
mixed
The cached value of the '
Mixed' attribute list. |
protected java.lang.String |
name
The cached value of the '
Name' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name' attribute. |
protected java.lang.String |
value
The cached value of the '
Value' attribute. |
protected static java.lang.String |
VALUE_EDEFAULT
The default value of the '
Value' attribute. |
protected static java.lang.String |
VALUE_TYPE_EDEFAULT
The default value of the '
Value Type' attribute. |
protected java.lang.String |
valueType
The cached value of the '
Value Type' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
PropertyImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetArray(Array newArray,
NotificationChain msgs) |
NotificationChain |
basicSetList(Array newList,
NotificationChain msgs) |
NotificationChain |
basicSetSet(Array newSet,
NotificationChain msgs) |
NotificationChain |
basicSetXml(XmlType newXml,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Array |
getArray() |
Array |
getList() |
FeatureMap |
getMixed() |
java.lang.String |
getName() |
Array |
getSet() |
java.lang.String |
getValue() |
java.lang.String |
getValueType() |
XmlType |
getXml() |
void |
setArray(Array newArray) |
void |
setList(Array newList) |
void |
setName(java.lang.String newName) |
void |
setSet(Array newSet) |
void |
setValue(java.lang.String newValue) |
void |
setValueType(java.lang.String newValueType) |
void |
setXml(XmlType newXml) |
java.lang.String |
toString() |
protected FeatureMap mixed
Mixed' attribute list.
getMixed()protected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protected static final java.lang.String VALUE_EDEFAULT
Value' attribute.
getValue()protected java.lang.String value
Value' attribute.
getValue()protected static final java.lang.String VALUE_TYPE_EDEFAULT
Value Type' attribute.
getValueType()protected java.lang.String valueType
Value Type' attribute.
getValueType()protected EClass eStaticClass()
public FeatureMap getMixed()
getMixed in interface PropertyRSAPackage.getProperty_Mixed()public Array getArray()
getArray in interface PropertyProperty.setArray(Array),
RSAPackage.getProperty_Array()public NotificationChain basicSetArray(Array newArray, NotificationChain msgs)
public void setArray(Array newArray)
setArray in interface PropertynewArray - the new value of the 'Array' containment reference.Property.getArray()public Array getList()
getList in interface PropertyProperty.setList(Array),
RSAPackage.getProperty_List()public NotificationChain basicSetList(Array newList, NotificationChain msgs)
public void setList(Array newList)
setList in interface PropertynewList - the new value of the 'List' containment reference.Property.getList()public Array getSet()
getSet in interface PropertyProperty.setSet(Array),
RSAPackage.getProperty_Set()public NotificationChain basicSetSet(Array newSet, NotificationChain msgs)
public void setSet(Array newSet)
setSet in interface PropertynewSet - the new value of the 'Set' containment reference.Property.getSet()public XmlType getXml()
getXml in interface PropertyProperty.setXml(XmlType),
RSAPackage.getProperty_Xml()public NotificationChain basicSetXml(XmlType newXml, NotificationChain msgs)
public void setXml(XmlType newXml)
setXml in interface PropertynewXml - the new value of the 'Xml' containment reference.Property.getXml()public java.lang.String getName()
getName in interface PropertyProperty.setName(String),
RSAPackage.getProperty_Name()public void setName(java.lang.String newName)
setName in interface PropertynewName - the new value of the 'Name' attribute.Property.getName()public java.lang.String getValue()
getValue in interface PropertyProperty.setValue(String),
RSAPackage.getProperty_Value()public void setValue(java.lang.String newValue)
setValue in interface PropertynewValue - the new value of the 'Value' attribute.Property.getValue()public java.lang.String getValueType()
getValueType in interface PropertyProperty.setValueType(String),
RSAPackage.getProperty_ValueType()public void setValueType(java.lang.String newValueType)
setValueType in interface PropertynewValueType - the new value of the 'Value Type' attribute.Property.getValueType()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()