|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.dmtf.schemas.wscim.cim.common.util.CommonAdapterFactory
public class CommonAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
CommonPackage
Field Summary | |
---|---|
protected static CommonPackage |
modelPackage
The cached model package. |
protected CommonSwitch<Adapter> |
modelSwitch
The switch that delegates to the createXXX methods. |
Constructor Summary | |
---|---|
CommonAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the target . |
Adapter |
createCimAnySimpleTypeAdapter()
Creates a new adapter for an object of class ' Cim Any Simple Type '. |
Adapter |
createCimBase64BinaryAdapter()
Creates a new adapter for an object of class ' Cim Base64 Binary '. |
Adapter |
createCimBooleanAdapter()
Creates a new adapter for an object of class ' Cim Boolean '. |
Adapter |
createCimByteAdapter()
Creates a new adapter for an object of class ' Cim Byte '. |
Adapter |
createCimChar16Adapter()
Creates a new adapter for an object of class ' Cim Char16 '. |
Adapter |
createCimDateTimeAdapter()
Creates a new adapter for an object of class ' Cim Date Time '. |
Adapter |
createCimDoubleAdapter()
Creates a new adapter for an object of class ' Cim Double '. |
Adapter |
createCimFloatAdapter()
Creates a new adapter for an object of class ' Cim Float '. |
Adapter |
createCimHexBinaryAdapter()
Creates a new adapter for an object of class ' Cim Hex Binary '. |
Adapter |
createCimIntAdapter()
Creates a new adapter for an object of class ' Cim Int '. |
Adapter |
createCimLongAdapter()
Creates a new adapter for an object of class ' Cim Long '. |
Adapter |
createCimReferenceAdapter()
Creates a new adapter for an object of class ' Cim Reference '. |
Adapter |
createCimShortAdapter()
Creates a new adapter for an object of class ' Cim Short '. |
Adapter |
createCimStringAdapter()
Creates a new adapter for an object of class ' Cim String '. |
Adapter |
createCimUnsignedByteAdapter()
Creates a new adapter for an object of class ' Cim Unsigned Byte '. |
Adapter |
createCimUnsignedIntAdapter()
Creates a new adapter for an object of class ' Cim Unsigned Int '. |
Adapter |
createCimUnsignedLongAdapter()
Creates a new adapter for an object of class ' Cim Unsigned Long '. |
Adapter |
createCimUnsignedShortAdapter()
Creates a new adapter for an object of class ' Cim Unsigned Short '. |
Adapter |
createDocumentRootAdapter()
Creates a new adapter for an object of class ' Document Root '. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
Adapter |
createQualifierBooleanAdapter()
Creates a new adapter for an object of class ' Qualifier Boolean '. |
Adapter |
createQualifierSArrayAdapter()
Creates a new adapter for an object of class ' Qualifier SArray '. |
Adapter |
createQualifierSInt64Adapter()
Creates a new adapter for an object of class ' Qualifier SInt64 '. |
Adapter |
createQualifierStringAdapter()
Creates a new adapter for an object of class ' Qualifier String '. |
Adapter |
createQualifierUInt32Adapter()
Creates a new adapter for an object of class ' Qualifier UInt32 '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
---|
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static CommonPackage modelPackage
protected CommonSwitch<Adapter> modelSwitch
createXXX
methods.
Constructor Detail |
---|
public CommonAdapterFactory()
Method Detail |
---|
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface AdapterFactory
isFactoryForType
in class AdapterFactoryImpl
public Adapter createAdapter(Notifier target)
target
.
createAdapter
in class AdapterFactoryImpl
target
- the object to adapt.
target
.public Adapter createCimAnySimpleTypeAdapter()
Cim Any Simple Type
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimAnySimpleType
public Adapter createCimBase64BinaryAdapter()
Cim Base64 Binary
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimBase64Binary
public Adapter createCimBooleanAdapter()
Cim Boolean
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimBoolean
public Adapter createCimByteAdapter()
Cim Byte
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimByte
public Adapter createCimChar16Adapter()
Cim Char16
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimChar16
public Adapter createCimDateTimeAdapter()
Cim Date Time
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimDateTime
public Adapter createCimDoubleAdapter()
Cim Double
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimDouble
public Adapter createCimFloatAdapter()
Cim Float
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimFloat
public Adapter createCimHexBinaryAdapter()
Cim Hex Binary
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimHexBinary
public Adapter createCimIntAdapter()
Cim Int
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimInt
public Adapter createCimLongAdapter()
Cim Long
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimLong
public Adapter createCimReferenceAdapter()
Cim Reference
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimReference
public Adapter createCimShortAdapter()
Cim Short
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimShort
public Adapter createCimStringAdapter()
Cim String
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimString
public Adapter createCimUnsignedByteAdapter()
Cim Unsigned Byte
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimUnsignedByte
public Adapter createCimUnsignedIntAdapter()
Cim Unsigned Int
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimUnsignedInt
public Adapter createCimUnsignedLongAdapter()
Cim Unsigned Long
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimUnsignedLong
public Adapter createCimUnsignedShortAdapter()
Cim Unsigned Short
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
CimUnsignedShort
public Adapter createDocumentRootAdapter()
Document Root
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DocumentRoot
public Adapter createQualifierBooleanAdapter()
Qualifier Boolean
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QualifierBoolean
public Adapter createQualifierSArrayAdapter()
Qualifier SArray
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QualifierSArray
public Adapter createQualifierSInt64Adapter()
Qualifier SInt64
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QualifierSInt64
public Adapter createQualifierStringAdapter()
Qualifier String
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QualifierString
public Adapter createQualifierUInt32Adapter()
Qualifier UInt32
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
QualifierUInt32
public Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |