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

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

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

Subinterfaces of ContentType in org.dmtf.schemas.ovf.envelope
 interface VirtualSystemCollectionType
          A representation of the model object 'Virtual System Collection Type'.
 interface VirtualSystemType
          A representation of the model object 'Virtual System Type'.
 

Methods in org.dmtf.schemas.ovf.envelope that return ContentType
 ContentType SectionType.getContent()
          Returns the value of the 'Content' container reference.
 ContentType EnvelopeType.getContent()
          Returns the value of the 'Content' containment reference.
 ContentType DocumentRoot.getContent()
          Returns the value of the 'Content' containment reference.
 ContentType ItemType.getIdReference()
          Returns the value of the 'Id Reference' reference.
 

Methods in org.dmtf.schemas.ovf.envelope that return types with arguments of type ContentType
 EList<ContentType> VirtualSystemCollectionType.getContent()
          Returns the value of the 'Content' containment reference list.
 

Methods in org.dmtf.schemas.ovf.envelope with parameters of type ContentType
 void SectionType.setContent(ContentType value)
          Sets the value of the 'Content' container reference.
 void EnvelopeType.setContent(ContentType value)
          Sets the value of the 'Content' containment reference.
 void DocumentRoot.setContent(ContentType value)
          Sets the value of the 'Content' containment reference.
 void ItemType.setIdReference(ContentType value)
          Sets the value of the 'Id Reference' reference.
 

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

Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type ContentType
 T EnvelopeSwitch.caseContentType(ContentType object)
          Returns the result of interpreting the object as an instance of 'Content Type'.
 EStructuralFeature EnvelopeHelper.ExtensionAttributeFeatureSwitch.caseContentType(ContentType object)
           
 boolean EnvelopeValidator.validate_ProductClassInstanceUnique(ContentType contentType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the ProductClassInstanceUnique constraint of 'Virtual System Type' and 'Virtual System Collection Type'.
 boolean EnvelopeValidator.validateContentType(ContentType contentType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved