org.dmtf.schemas.ovf.environment
Interface EnvironmentType

All Superinterfaces:
EObject, Notifier

public interface EnvironmentType
extends EObject

A representation of the model object 'Type'. Type for root OVF environment

The following features are supported:

See Also:
EnvironmentPackage.getEnvironmentType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 EList<EntityType> getEntity()
          Returns the value of the 'Entity' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 EList<SectionType> getSection()
          Returns the value of the 'Section' containment reference list.
 FeatureMap getSectionGroup()
          Returns the value of the 'Section Group' attribute list.
 boolean isSetId()
          Returns whether the value of the 'Id' attribute is set.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void unsetId()
          Unsets the value of the 'Id' 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

getSectionGroup

FeatureMap getSectionGroup()
Returns the value of the 'Section Group' attribute list. The list contents are of type FeatureMap.Entry. Entity independent meta-data sections

Returns:
the value of the 'Section Group' attribute list.
See Also:
EnvironmentPackage.getEnvironmentType_SectionGroup()

getSection

EList<SectionType> getSection()
Returns the value of the 'Section' containment reference list. The list contents are of type SectionType. Entity independent meta-data sections

Returns:
the value of the 'Section' containment reference list.
See Also:
EnvironmentPackage.getEnvironmentType_Section()

getEntity

EList<EntityType> getEntity()
Returns the value of the 'Entity' containment reference list. The list contents are of type EntityType. Meta-data particular to a given entity

Returns:
the value of the 'Entity' containment reference list.
See Also:
EnvironmentPackage.getEnvironmentType_Entity()

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:
EnvironmentPackage.getEnvironmentType_Any()

getId

java.lang.String getId()
Returns the value of the 'Id' attribute. The default value is "". Identifier matching recipient of this environment

Returns:
the value of the 'Id' attribute.
See Also:
isSetId(), unsetId(), setId(String), EnvironmentPackage.getEnvironmentType_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
isSetId(), unsetId(), getId()

unsetId

void unsetId()
Unsets the value of the 'Id' attribute.

See Also:
isSetId(), getId(), setId(String)

isSetId

boolean isSetId()
Returns whether the value of the 'Id' attribute is set.

Returns:
whether the value of the 'Id' attribute is set.
See Also:
unsetId(), getId(), setId(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:
EnvironmentPackage.getEnvironmentType_AnyAttribute()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved