org.dmtf.schemas.ovf.envelope
Interface PropertyConfigurationValueType

All Superinterfaces:
EObject, Notifier

public interface PropertyConfigurationValueType
extends EObject

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:

See Also:
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

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.
See Also:
EnvelopePackage.getPropertyConfigurationValueType_Any()

getConfiguration

java.lang.String getConfiguration()
Returns the value of the 'Configuration' attribute. Configuration from DeploymentOptionSection in which this value is default

Returns:
the value of the 'Configuration' attribute.
See Also:
setConfiguration(String), EnvelopePackage.getPropertyConfigurationValueType_Configuration()

setConfiguration

void setConfiguration(java.lang.String value)
Sets the value of the 'Configuration' attribute.

Parameters:
value - the new value of the 'Configuration' attribute.
See Also:
getConfiguration()

getConfigurationReference

EList<ConfigurationType> getConfigurationReference()
Returns the value of the 'Configuration Reference' reference list. The list contents are of type ConfigurationType.

If the meaning of the 'Configuration Reference' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Configuration Reference' reference list.
See Also:
EnvelopePackage.getPropertyConfigurationValueType_ConfigurationReference()

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute. Alternative default property value

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), EnvelopePackage.getPropertyConfigurationValueType_Value()

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
EnvelopePackage.getPropertyConfigurationValueType_AnyAttribute()

getProperty

PropertyType getProperty()
Returns the value of the 'Property' container reference. It is bidirectional and its opposite is 'Value'.

If the meaning of the 'Property' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property' container reference.
See Also:
setProperty(PropertyType), EnvelopePackage.getPropertyConfigurationValueType_Property(), PropertyType.getValue()

setProperty

void setProperty(PropertyType value)
Sets the value of the 'Property' container reference.

Parameters:
value - the new value of the 'Property' container reference.
See Also:
getProperty()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved