|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyConfigurationValueType
A representation of the model object 'Property Configuration Value Type'. Type for alternative default values for properties when DeploymentOptionSection is used
The following features are supported:
EnvelopePackage.getPropertyConfigurationValueType()
Method Summary | |
---|---|
FeatureMap |
getAny()
Returns the value of the 'Any' attribute list. |
FeatureMap |
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. |
java.lang.String |
getConfiguration()
Returns the value of the 'Configuration' attribute. |
EList<ConfigurationType> |
getConfigurationReference()
Returns the value of the 'Configuration Reference' reference list. |
PropertyType |
getProperty()
Returns the value of the 'Property' container reference. |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute. |
void |
setConfiguration(java.lang.String value)
Sets the value of the ' Configuration ' attribute. |
void |
setProperty(PropertyType value)
Sets the value of the ' Property ' container reference. |
void |
setValue(java.lang.String value)
Sets the value of the ' Value ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
FeatureMap getAny()
FeatureMap.Entry
.
If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
EnvelopePackage.getPropertyConfigurationValueType_Any()
java.lang.String getConfiguration()
setConfiguration(String)
,
EnvelopePackage.getPropertyConfigurationValueType_Configuration()
void setConfiguration(java.lang.String value)
Configuration
' attribute.
value
- the new value of the 'Configuration' attribute.getConfiguration()
EList<ConfigurationType> getConfigurationReference()
ConfigurationType
.
If the meaning of the 'Configuration Reference' reference isn't clear, there really should be more of a description here...
EnvelopePackage.getPropertyConfigurationValueType_ConfigurationReference()
java.lang.String getValue()
setValue(String)
,
EnvelopePackage.getPropertyConfigurationValueType_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
FeatureMap getAnyAttribute()
FeatureMap.Entry
.
If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...
EnvelopePackage.getPropertyConfigurationValueType_AnyAttribute()
PropertyType getProperty()
Value
'.
If the meaning of the 'Property' container reference isn't clear, there really should be more of a description here...
setProperty(PropertyType)
,
EnvelopePackage.getPropertyConfigurationValueType_Property()
,
PropertyType.getValue()
void setProperty(PropertyType value)
Property
' container reference.
value
- the new value of the 'Property' container reference.getProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |