|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommonFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
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 |
---|
static final CommonFactory eINSTANCE
Method Detail |
---|
CimAnySimpleType createCimAnySimpleType()
CimBase64Binary createCimBase64Binary()
CimBoolean createCimBoolean()
CimByte createCimByte()
CimChar16 createCimChar16()
CimDateTime createCimDateTime()
CimDouble createCimDouble()
CimFloat createCimFloat()
CimHexBinary createCimHexBinary()
CimInt createCimInt()
CimLong createCimLong()
CimReference createCimReference()
CimShort createCimShort()
CimString createCimString()
CimUnsignedByte createCimUnsignedByte()
CimUnsignedInt createCimUnsignedInt()
CimUnsignedLong createCimUnsignedLong()
CimUnsignedShort createCimUnsignedShort()
DocumentRoot createDocumentRoot()
QualifierBoolean createQualifierBoolean()
QualifierSArray createQualifierSArray()
QualifierSInt64 createQualifierSInt64()
QualifierString createQualifierString()
QualifierUInt32 createQualifierUInt32()
CommonPackage getCommonPackage()
CimString createCimStringFromString(java.lang.String value)
CimUnsignedLong createCimUnsignedLongFromString(java.lang.String value)
CimBoolean createCimBooleanFromString(java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |