org.dmtf.schemas.ovf.environment
Interface PropertySectionType

All Superinterfaces:
EObject, Notifier, SectionType

public interface PropertySectionType
extends SectionType

A representation of the model object 'Property Section Type'. Key/value pairs of assigned properties for an entity

The following features are supported:

See Also:
EnvironmentPackage.getPropertySectionType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 EList<PropertyType> getProperty()
          Returns the value of the 'Property' containment reference list.
 
Methods inherited from interface org.dmtf.schemas.ovf.environment.SectionType
getAnyAttribute
 
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

getProperty

EList<PropertyType> getProperty()
Returns the value of the 'Property' containment reference list. The list contents are of type PropertyType.

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

Returns:
the value of the 'Property' containment reference list.
See Also:
EnvironmentPackage.getPropertySectionType_Property()

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


© Copyright 2008 IBM Corp. 2008 All Rights Reserved