Uses of Interface
org.dmtf.schemas.ovf.envelope.PropertyType

Packages that use PropertyType
org.dmtf.schemas.ovf.envelope   
org.dmtf.schemas.ovf.envelope.util   
 

Uses of PropertyType in org.dmtf.schemas.ovf.envelope
 

Methods in org.dmtf.schemas.ovf.envelope that return PropertyType
 PropertyType EnvelopeFactory.createPropertyType()
          Returns a new object of class 'Property Type'.
 PropertyType PropertyConfigurationValueType.getProperty()
          Returns the value of the 'Property' container reference.
 PropertyType ProductSectionType.getPropertyForKey(java.lang.String key)
          Return a property with a given key
 

Methods in org.dmtf.schemas.ovf.envelope that return types with arguments of type PropertyType
 EList<PropertyType> ProductSectionType.getProperty()
          Returns the value of the 'Property' containment reference list.
 EList<PropertyType> ProductSectionType.getProperty(MsgType category)
          Return all the properties in a given category
 

Methods in org.dmtf.schemas.ovf.envelope with parameters of type PropertyType
 void ProductSectionType.addProperty(PropertyType property)
          Add a property to the end of the product section
 void ProductSectionType.addProperty(PropertyType property, MsgType category)
          Add a property to the given category in a product section.
 void PropertyConfigurationValueType.setProperty(PropertyType value)
          Sets the value of the 'Property' container reference.
 

Uses of PropertyType in org.dmtf.schemas.ovf.envelope.util
 

Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type PropertyType
 T EnvelopeSwitch.casePropertyType(PropertyType object)
          Returns the result of interpreting the object as an instance of 'Property Type'.
 EStructuralFeature EnvelopeHelper.ExtensionAttributeFeatureSwitch.casePropertyType(PropertyType object)
           
 boolean EnvelopeValidator.validatePropertyType_PropertyMacros(PropertyType propertyType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the PropertyMacros constraint of 'Property Type'.
 boolean EnvelopeValidator.validatePropertyType_PropertyQualifiers(PropertyType propertyType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the PropertyQualifiers constraint of 'Property Type'.
 boolean EnvelopeValidator.validatePropertyType(PropertyType propertyType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved