org.dmtf.schemas.wscim.cim.common
Interface CommonFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier

public interface CommonFactory
extends EFactory

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

See Also:
CommonPackage

Field Summary
static CommonFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 CimAnySimpleType createCimAnySimpleType()
          Returns a new object of class 'Cim Any Simple Type'.
 CimBase64Binary createCimBase64Binary()
          Returns a new object of class 'Cim Base64 Binary'.
 CimBoolean createCimBoolean()
          Returns a new object of class 'Cim Boolean'.
 CimBoolean createCimBooleanFromString(java.lang.String value)
          Creates a CimBoolean object with given value
 CimByte createCimByte()
          Returns a new object of class 'Cim Byte'.
 CimChar16 createCimChar16()
          Returns a new object of class 'Cim Char16'.
 CimDateTime createCimDateTime()
          Returns a new object of class 'Cim Date Time'.
 CimDouble createCimDouble()
          Returns a new object of class 'Cim Double'.
 CimFloat createCimFloat()
          Returns a new object of class 'Cim Float'.
 CimHexBinary createCimHexBinary()
          Returns a new object of class 'Cim Hex Binary'.
 CimInt createCimInt()
          Returns a new object of class 'Cim Int'.
 CimLong createCimLong()
          Returns a new object of class 'Cim Long'.
 CimReference createCimReference()
          Returns a new object of class 'Cim Reference'.
 CimShort createCimShort()
          Returns a new object of class 'Cim Short'.
 CimString createCimString()
          Returns a new object of class 'Cim String'.
 CimString createCimStringFromString(java.lang.String value)
          Creates a CimString object with given value
 CimUnsignedByte createCimUnsignedByte()
          Returns a new object of class 'Cim Unsigned Byte'.
 CimUnsignedInt createCimUnsignedInt()
          Returns a new object of class 'Cim Unsigned Int'.
 CimUnsignedLong createCimUnsignedLong()
          Returns a new object of class 'Cim Unsigned Long'.
 CimUnsignedLong createCimUnsignedLongFromString(java.lang.String value)
          Creates a CimUnsignedLong object with given value
 CimUnsignedShort createCimUnsignedShort()
          Returns a new object of class 'Cim Unsigned Short'.
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'.
 QualifierBoolean createQualifierBoolean()
          Returns a new object of class 'Qualifier Boolean'.
 QualifierSArray createQualifierSArray()
          Returns a new object of class 'Qualifier SArray'.
 QualifierSInt64 createQualifierSInt64()
          Returns a new object of class 'Qualifier SInt64'.
 QualifierString createQualifierString()
          Returns a new object of class 'Qualifier String'.
 QualifierUInt32 createQualifierUInt32()
          Returns a new object of class 'Qualifier UInt32'.
 CommonPackage getCommonPackage()
          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 CommonFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createCimAnySimpleType

CimAnySimpleType createCimAnySimpleType()
Returns a new object of class 'Cim Any Simple Type'.

Returns:
a new object of class 'Cim Any Simple Type'.

createCimBase64Binary

CimBase64Binary createCimBase64Binary()
Returns a new object of class 'Cim Base64 Binary'.

Returns:
a new object of class 'Cim Base64 Binary'.

createCimBoolean

CimBoolean createCimBoolean()
Returns a new object of class 'Cim Boolean'.

Returns:
a new object of class 'Cim Boolean'.

createCimByte

CimByte createCimByte()
Returns a new object of class 'Cim Byte'.

Returns:
a new object of class 'Cim Byte'.

createCimChar16

CimChar16 createCimChar16()
Returns a new object of class 'Cim Char16'.

Returns:
a new object of class 'Cim Char16'.

createCimDateTime

CimDateTime createCimDateTime()
Returns a new object of class 'Cim Date Time'.

Returns:
a new object of class 'Cim Date Time'.

createCimDouble

CimDouble createCimDouble()
Returns a new object of class 'Cim Double'.

Returns:
a new object of class 'Cim Double'.

createCimFloat

CimFloat createCimFloat()
Returns a new object of class 'Cim Float'.

Returns:
a new object of class 'Cim Float'.

createCimHexBinary

CimHexBinary createCimHexBinary()
Returns a new object of class 'Cim Hex Binary'.

Returns:
a new object of class 'Cim Hex Binary'.

createCimInt

CimInt createCimInt()
Returns a new object of class 'Cim Int'.

Returns:
a new object of class 'Cim Int'.

createCimLong

CimLong createCimLong()
Returns a new object of class 'Cim Long'.

Returns:
a new object of class 'Cim Long'.

createCimReference

CimReference createCimReference()
Returns a new object of class 'Cim Reference'.

Returns:
a new object of class 'Cim Reference'.

createCimShort

CimShort createCimShort()
Returns a new object of class 'Cim Short'.

Returns:
a new object of class 'Cim Short'.

createCimString

CimString createCimString()
Returns a new object of class 'Cim String'.

Returns:
a new object of class 'Cim String'.

createCimUnsignedByte

CimUnsignedByte createCimUnsignedByte()
Returns a new object of class 'Cim Unsigned Byte'.

Returns:
a new object of class 'Cim Unsigned Byte'.

createCimUnsignedInt

CimUnsignedInt createCimUnsignedInt()
Returns a new object of class 'Cim Unsigned Int'.

Returns:
a new object of class 'Cim Unsigned Int'.

createCimUnsignedLong

CimUnsignedLong createCimUnsignedLong()
Returns a new object of class 'Cim Unsigned Long'.

Returns:
a new object of class 'Cim Unsigned Long'.

createCimUnsignedShort

CimUnsignedShort createCimUnsignedShort()
Returns a new object of class 'Cim Unsigned Short'.

Returns:
a new object of class 'Cim Unsigned Short'.

createDocumentRoot

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

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

createQualifierBoolean

QualifierBoolean createQualifierBoolean()
Returns a new object of class 'Qualifier Boolean'.

Returns:
a new object of class 'Qualifier Boolean'.

createQualifierSArray

QualifierSArray createQualifierSArray()
Returns a new object of class 'Qualifier SArray'.

Returns:
a new object of class 'Qualifier SArray'.

createQualifierSInt64

QualifierSInt64 createQualifierSInt64()
Returns a new object of class 'Qualifier SInt64'.

Returns:
a new object of class 'Qualifier SInt64'.

createQualifierString

QualifierString createQualifierString()
Returns a new object of class 'Qualifier String'.

Returns:
a new object of class 'Qualifier String'.

createQualifierUInt32

QualifierUInt32 createQualifierUInt32()
Returns a new object of class 'Qualifier UInt32'.

Returns:
a new object of class 'Qualifier UInt32'.

getCommonPackage

CommonPackage getCommonPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

createCimStringFromString

CimString createCimStringFromString(java.lang.String value)
Creates a CimString object with given value


createCimUnsignedLongFromString

CimUnsignedLong createCimUnsignedLongFromString(java.lang.String value)
Creates a CimUnsignedLong object with given value


createCimBooleanFromString

CimBoolean createCimBooleanFromString(java.lang.String value)
Creates a CimBoolean object with given value



© Copyright 2008 IBM Corp. 2008 All Rights Reserved