org.dmtf.schemas.wscim.vssd
Interface VssdFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier

public interface VssdFactory
extends EFactory

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

See Also:
VssdPackage

Field Summary
static VssdFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 AutomaticRecoveryActionType createAutomaticRecoveryActionType()
          Returns a new object of class 'Automatic Recovery Action Type'.
 AutomaticShutdownActionType createAutomaticShutdownActionType()
          Returns a new object of class 'Automatic Shutdown Action Type'.
 AutomaticStartupActionType createAutomaticStartupActionType()
          Returns a new object of class 'Automatic Startup Action Type'.
 CaptionType createCaptionType()
          Returns a new object of class 'Caption Type'.
 ChangeableTypeType createChangeableTypeType()
          Returns a new object of class 'Changeable Type Type'.
 CIMVirtualSystemSettingDataType createCIMVirtualSystemSettingDataType()
          Returns a new object of class 'CIM Virtual System Setting Data Type'.
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'.
 VssdPackage getVssdPackage()
          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 VssdFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createAutomaticRecoveryActionType

AutomaticRecoveryActionType createAutomaticRecoveryActionType()
Returns a new object of class 'Automatic Recovery Action Type'.

Returns:
a new object of class 'Automatic Recovery Action Type'.

createAutomaticShutdownActionType

AutomaticShutdownActionType createAutomaticShutdownActionType()
Returns a new object of class 'Automatic Shutdown Action Type'.

Returns:
a new object of class 'Automatic Shutdown Action Type'.

createAutomaticStartupActionType

AutomaticStartupActionType createAutomaticStartupActionType()
Returns a new object of class 'Automatic Startup Action Type'.

Returns:
a new object of class 'Automatic Startup Action 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'.

createCIMVirtualSystemSettingDataType

CIMVirtualSystemSettingDataType createCIMVirtualSystemSettingDataType()
Returns a new object of class 'CIM Virtual System Setting Data Type'.

Returns:
a new object of class 'CIM Virtual System Setting Data Type'.

createDocumentRoot

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

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

getVssdPackage

VssdPackage getVssdPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.


© Copyright 2008 IBM Corp. 2008 All Rights Reserved