org.dmtf.schemas.ovf.envelope
Interface PropertyType

All Superinterfaces:
EObject, Notifier

public interface PropertyType
extends EObject

A representation of the model object 'Property Type'.

The following features are supported:

See Also:
EnvelopePackage.getPropertyType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 MsgType getCategory()
          Returns the value of the 'Category' reference.
 MsgType getDescription()
          Returns the value of the 'Description' containment reference.
 java.lang.String getKey()
          Returns the value of the 'Key' attribute.
 MsgType getLabel()
          Returns the value of the 'Label' containment reference.
 ProductSectionType getProductSection()
          Returns the value of the 'Product Section' container reference.
 java.lang.String getQualifiers()
          Returns the value of the 'Qualifiers' attribute.
 PropertyTypeType getType()
          Returns the value of the 'Type' attribute.
 EList<PropertyConfigurationValueType> getValue()
          Returns the value of the 'Value' containment reference list.
 java.lang.String getValue1()
          Returns the value of the 'Value1' attribute.
 boolean isSetUserConfigurable()
          Returns whether the value of the 'User Configurable' attribute is set.
 boolean isSetValue1()
          Returns whether the value of the 'Value1' attribute is set.
 boolean isUserConfigurable()
          Returns the value of the 'User Configurable' attribute.
 void setDescription(MsgType value)
          Sets the value of the 'Description' containment reference.
 void setKey(java.lang.String value)
          Sets the value of the 'Key' attribute.
 void setLabel(MsgType value)
          Sets the value of the 'Label' containment reference.
 void setProductSection(ProductSectionType value)
          Sets the value of the 'Product Section' container reference.
 void setQualifiers(java.lang.String value)
          Sets the value of the 'Qualifiers' attribute.
 void setType(PropertyTypeType value)
          Sets the value of the 'Type' attribute.
 void setUserConfigurable(boolean value)
          Sets the value of the 'User Configurable' attribute.
 void setValue1(java.lang.String value)
          Sets the value of the 'Value1' attribute.
 void unsetUserConfigurable()
          Unsets the value of the 'User Configurable' attribute.
 void unsetValue1()
          Unsets the value of the 'Value1' 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

getLabel

MsgType getLabel()
Returns the value of the 'Label' containment reference. Short description of property

Returns:
the value of the 'Label' containment reference.
See Also:
setLabel(MsgType), EnvelopePackage.getPropertyType_Label()

setLabel

void setLabel(MsgType value)
Sets the value of the 'Label' containment reference.

Parameters:
value - the new value of the 'Label' containment reference.
See Also:
getLabel()

getDescription

MsgType getDescription()
Returns the value of the 'Description' containment reference. Description of property

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(MsgType), EnvelopePackage.getPropertyType_Description()

setDescription

void setDescription(MsgType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()

getValue

EList<PropertyConfigurationValueType> getValue()
Returns the value of the 'Value' containment reference list. The list contents are of type PropertyConfigurationValueType. It is bidirectional and its opposite is 'Property'. Alternative default property values for different configuration

Returns:
the value of the 'Value' containment reference list.
See Also:
EnvelopePackage.getPropertyType_Value(), PropertyConfigurationValueType.getProperty()

getKey

java.lang.String getKey()
Returns the value of the 'Key' attribute. Property identifier

Returns:
the value of the 'Key' attribute.
See Also:
setKey(String), EnvelopePackage.getPropertyType_Key()

setKey

void setKey(java.lang.String value)
Sets the value of the 'Key' attribute.

Parameters:
value - the new value of the 'Key' attribute.
See Also:
getKey()

getQualifiers

java.lang.String getQualifiers()
Returns the value of the 'Qualifiers' attribute. A comma-separated set of type qualifiers

Returns:
the value of the 'Qualifiers' attribute.
See Also:
setQualifiers(String), EnvelopePackage.getPropertyType_Qualifiers()

setQualifiers

void setQualifiers(java.lang.String value)
Sets the value of the 'Qualifiers' attribute.

Parameters:
value - the new value of the 'Qualifiers' attribute.
See Also:
getQualifiers()

getType

PropertyTypeType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration PropertyTypeType. Property type

Returns:
the value of the 'Type' attribute.
See Also:
PropertyTypeType, setType(PropertyTypeType), EnvelopePackage.getPropertyType_Type()

setType

void setType(PropertyTypeType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
PropertyTypeType, getType()

isUserConfigurable

boolean isUserConfigurable()
Returns the value of the 'User Configurable' attribute. The default value is "false". Determines whether the property value is configurable during installation

Returns:
the value of the 'User Configurable' attribute.
See Also:
isSetUserConfigurable(), unsetUserConfigurable(), setUserConfigurable(boolean), EnvelopePackage.getPropertyType_UserConfigurable()

setUserConfigurable

void setUserConfigurable(boolean value)
Sets the value of the 'User Configurable' attribute.

Parameters:
value - the new value of the 'User Configurable' attribute.
See Also:
isSetUserConfigurable(), unsetUserConfigurable(), isUserConfigurable()

unsetUserConfigurable

void unsetUserConfigurable()
Unsets the value of the 'User Configurable' attribute.

See Also:
isSetUserConfigurable(), isUserConfigurable(), setUserConfigurable(boolean)

isSetUserConfigurable

boolean isSetUserConfigurable()
Returns whether the value of the 'User Configurable' attribute is set.

Returns:
whether the value of the 'User Configurable' attribute is set.
See Also:
unsetUserConfigurable(), isUserConfigurable(), setUserConfigurable(boolean)

getValue1

java.lang.String getValue1()
Returns the value of the 'Value1' attribute. The default value is "". Default value for property

Returns:
the value of the 'Value1' attribute.
See Also:
isSetValue1(), unsetValue1(), setValue1(String), EnvelopePackage.getPropertyType_Value1()

setValue1

void setValue1(java.lang.String value)
Sets the value of the 'Value1' attribute.

Parameters:
value - the new value of the 'Value1' attribute.
See Also:
isSetValue1(), unsetValue1(), getValue1()

unsetValue1

void unsetValue1()
Unsets the value of the 'Value1' attribute.

See Also:
isSetValue1(), getValue1(), setValue1(String)

isSetValue1

boolean isSetValue1()
Returns whether the value of the 'Value1' attribute is set.

Returns:
whether the value of the 'Value1' attribute is set.
See Also:
unsetValue1(), getValue1(), setValue1(String)

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.getPropertyType_AnyAttribute()

getProductSection

ProductSectionType getProductSection()
Returns the value of the 'Product Section' container reference. It is bidirectional and its opposite is 'Property'.

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

Returns:
the value of the 'Product Section' container reference.
See Also:
setProductSection(ProductSectionType), EnvelopePackage.getPropertyType_ProductSection(), ProductSectionType.getProperty()

setProductSection

void setProductSection(ProductSectionType value)
Sets the value of the 'Product Section' container reference.

Parameters:
value - the new value of the 'Product Section' container reference.
See Also:
getProductSection()

getCategory

MsgType getCategory()
Returns the value of the 'Category' reference.

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

Returns:
the value of the 'Category' reference.
See Also:
EnvelopePackage.getPropertyType_Category()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved