org.dmtf.schemas.wscim.rasd
Interface RasdFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier

public interface RasdFactory
extends EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
RasdPackage

Field Summary
static RasdFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 AllocationUnitsType createAllocationUnitsType()
          Returns a new object of class 'Allocation Units Type'.
 AllocationUnitsType createAllocationUnitsTypeFromString(java.lang.String value)
           
 CaptionType createCaptionType()
          Returns a new object of class 'Caption Type'.
 ChangeableTypeType createChangeableTypeType()
          Returns a new object of class 'Changeable Type Type'.
 CIMResourceAllocationSettingDataType createCIMResourceAllocationSettingDataType()
          Returns a new object of class 'CIM Resource Allocation Setting Data Type'.
 ConsumerVisibilityType createConsumerVisibilityType()
          Returns a new object of class 'Consumer Visibility Type'.
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'.
 HostResource createHostResource()
          Returns a new object of class 'Host Resource'.
 MappingBehaviorType createMappingBehaviorType()
          Returns a new object of class 'Mapping Behavior Type'.
 ResourceTypeType createResourceTypeType()
          Returns a new object of class 'Resource Type Type'.
 ResourceTypeType createResourceTypeTypeFromObject(java.lang.Object value)
          Creates a Resource Type Type from an enumerated value
 RasdPackage getRasdPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

eINSTANCE

static final RasdFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createAllocationUnitsType

AllocationUnitsType createAllocationUnitsType()
Returns a new object of class 'Allocation Units Type'.

Returns:
a new object of class 'Allocation Units Type'.

createCaptionType

CaptionType createCaptionType()
Returns a new object of class 'Caption Type'.

Returns:
a new object of class 'Caption Type'.

createChangeableTypeType

ChangeableTypeType createChangeableTypeType()
Returns a new object of class 'Changeable Type Type'.

Returns:
a new object of class 'Changeable Type Type'.

createCIMResourceAllocationSettingDataType

CIMResourceAllocationSettingDataType createCIMResourceAllocationSettingDataType()
Returns a new object of class 'CIM Resource Allocation Setting Data Type'.

Returns:
a new object of class 'CIM Resource Allocation Setting Data Type'.

createConsumerVisibilityType

ConsumerVisibilityType createConsumerVisibilityType()
Returns a new object of class 'Consumer Visibility Type'.

Returns:
a new object of class 'Consumer Visibility Type'.

createDocumentRoot

DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.

createMappingBehaviorType

MappingBehaviorType createMappingBehaviorType()
Returns a new object of class 'Mapping Behavior Type'.

Returns:
a new object of class 'Mapping Behavior Type'.

createResourceTypeType

ResourceTypeType createResourceTypeType()
Returns a new object of class 'Resource Type Type'.

Returns:
a new object of class 'Resource Type Type'.

createHostResource

HostResource createHostResource()
Returns a new object of class 'Host Resource'.

Returns:
a new object of class 'Host Resource'.

getRasdPackage

RasdPackage getRasdPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

createResourceTypeTypeFromObject

ResourceTypeType createResourceTypeTypeFromObject(java.lang.Object value)
Creates a Resource Type Type from an enumerated value


createAllocationUnitsTypeFromString

AllocationUnitsType createAllocationUnitsTypeFromString(java.lang.String value)


© Copyright 2008 IBM Corp. 2008 All Rights Reserved