org.dmtf.schemas.ovf.environment
Interface EntityType

All Superinterfaces:
EObject, Notifier

public interface EntityType
extends EObject

A representation of the model object 'Entity Type'. Container of sections for a specific entity

The following features are supported:

See Also:
EnvironmentPackage.getEntityType()

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 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.
 void setId(java.lang.String value)
          Sets 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. Base elements for OVF environment sections. This is the head of the substitution group.

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

getSection

EList<SectionType> getSection()
Returns the value of the 'Section' containment reference list. The list contents are of type SectionType. Base elements for OVF environment sections. This is the head of the substitution group.

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

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

getId

java.lang.String getId()
Returns the value of the 'Id' attribute. Entity identifier

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EnvironmentPackage.getEntityType_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:
getId()

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


© Copyright 2008 IBM Corp. 2008 All Rights Reserved