Uses of Class
org.dmtf.schemas.ovf.envelope.OperatingSystemTypes

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

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

Fields in org.dmtf.schemas.ovf.envelope with type parameters of type OperatingSystemTypes
static java.util.List<OperatingSystemTypes> OperatingSystemTypes.VALUES
          A public read-only list of all the 'Operating System Types' enumerators.
 

Methods in org.dmtf.schemas.ovf.envelope that return OperatingSystemTypes
static OperatingSystemTypes OperatingSystemTypes.get(int value)
          Returns the 'Operating System Types' literal with the specified integer value.
static OperatingSystemTypes OperatingSystemTypes.get(java.lang.String literal)
          Returns the 'Operating System Types' literal with the specified literal value.
static OperatingSystemTypes OperatingSystemTypes.getByName(java.lang.String name)
          Returns the 'Operating System Types' literal with the specified name.
 OperatingSystemTypes OperatingSystemSectionType.getId()
          Returns the value of the 'Id' attribute.
static OperatingSystemTypes OperatingSystemTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperatingSystemTypes[] OperatingSystemTypes.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.dmtf.schemas.ovf.envelope with parameters of type OperatingSystemTypes
 void OperatingSystemSectionType.setId(OperatingSystemTypes value)
          Sets the value of the 'Id' attribute.
 

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

Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type OperatingSystemTypes
 boolean EnvelopeValidator.validateOperatingSystemTypes(OperatingSystemTypes operatingSystemTypes, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 boolean EnvelopeValidator.validateOperatingSystemTypesObject(OperatingSystemTypes operatingSystemTypesObject, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved