|
||||||||||
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.ovf.envelope.util.EnvelopeAdapterFactory
public class EnvelopeAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
EnvelopePackage
Field Summary | |
---|---|
protected static EnvelopePackage |
modelPackage
The cached model package. |
protected EnvelopeSwitch<Adapter> |
modelSwitch
The switch that delegates to the createXXX methods. |
Constructor Summary | |
---|---|
EnvelopeAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the target . |
Adapter |
createAnnotationSectionTypeAdapter()
Creates a new adapter for an object of class ' Annotation Section Type '. |
Adapter |
createCIMResourceAllocationSettingDataTypeAdapter()
Creates a new adapter for an object of class ' CIM Resource Allocation Setting Data Type '. |
Adapter |
createCIMVirtualSystemSettingDataTypeAdapter()
Creates a new adapter for an object of class ' CIM Virtual System Setting Data Type '. |
Adapter |
createConfigurationTypeAdapter()
Creates a new adapter for an object of class ' Configuration Type '. |
Adapter |
createContentTypeAdapter()
Creates a new adapter for an object of class ' Content Type '. |
Adapter |
createDeploymentOptionSectionTypeAdapter()
Creates a new adapter for an object of class ' Deployment Option Section Type '. |
Adapter |
createDiskSectionTypeAdapter()
Creates a new adapter for an object of class ' Disk Section Type '. |
Adapter |
createDocumentRootAdapter()
Creates a new adapter for an object of class ' Document Root '. |
Adapter |
createEnvelopeTypeAdapter()
Creates a new adapter for an object of class ' Type '. |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
Adapter |
createEulaSectionTypeAdapter()
Creates a new adapter for an object of class ' Eula Section Type '. |
Adapter |
createFileTypeAdapter()
Creates a new adapter for an object of class ' File Type '. |
Adapter |
createIconTypeAdapter()
Creates a new adapter for an object of class ' Icon Type '. |
Adapter |
createInstallSectionTypeAdapter()
Creates a new adapter for an object of class ' Install Section Type '. |
Adapter |
createItemTypeAdapter()
Creates a new adapter for an object of class ' Item Type '. |
Adapter |
createLocalHostResourceAdapter()
Creates a new adapter for an object of class ' Local Host Resource '. |
Adapter |
createMsgTypeAdapter()
Creates a new adapter for an object of class ' Msg Type '. |
Adapter |
createNetworkSectionTypeAdapter()
Creates a new adapter for an object of class ' Network Section Type '. |
Adapter |
createNetworkTypeAdapter()
Creates a new adapter for an object of class ' Network Type '. |
Adapter |
createOperatingSystemSectionTypeAdapter()
Creates a new adapter for an object of class ' Operating System Section Type '. |
Adapter |
createProductSectionTypeAdapter()
Creates a new adapter for an object of class ' Product Section Type '. |
Adapter |
createPropertyConfigurationValueTypeAdapter()
Creates a new adapter for an object of class ' Property Configuration Value Type '. |
Adapter |
createPropertyTypeAdapter()
Creates a new adapter for an object of class ' Property Type '. |
Adapter |
createRASDTypeAdapter()
Creates a new adapter for an object of class ' RASD Type '. |
Adapter |
createReferencesTypeAdapter()
Creates a new adapter for an object of class ' References Type '. |
Adapter |
createResourceAllocationSectionTypeAdapter()
Creates a new adapter for an object of class ' Resource Allocation Section Type '. |
Adapter |
createSectionTypeAdapter()
Creates a new adapter for an object of class ' Section Type '. |
Adapter |
createStartupSectionTypeAdapter()
Creates a new adapter for an object of class ' Startup Section Type '. |
Adapter |
createStringMsgAdapter()
Creates a new adapter for an object of class ' String Msg '. |
Adapter |
createStringsTypeAdapter()
Creates a new adapter for an object of class ' Strings Type '. |
Adapter |
createVirtualDiskDescTypeAdapter()
Creates a new adapter for an object of class ' Virtual Disk Desc Type '. |
Adapter |
createVirtualHardwareSectionTypeAdapter()
Creates a new adapter for an object of class ' Virtual Hardware Section Type '. |
Adapter |
createVirtualSystemCollectionTypeAdapter()
Creates a new adapter for an object of class ' Virtual System Collection Type '. |
Adapter |
createVirtualSystemTypeAdapter()
Creates a new adapter for an object of class ' Virtual System Type '. |
Adapter |
createVSSDTypeAdapter()
Creates a new adapter for an object of class ' VSSD Type '. |
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 EnvelopePackage modelPackage
protected EnvelopeSwitch<Adapter> modelSwitch
createXXX
methods.
Constructor Detail |
---|
public EnvelopeAdapterFactory()
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 createAnnotationSectionTypeAdapter()
Annotation Section 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.
AnnotationSectionType
public Adapter createConfigurationTypeAdapter()
Configuration 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.
ConfigurationType
public Adapter createContentTypeAdapter()
Content 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.
ContentType
public Adapter createDeploymentOptionSectionTypeAdapter()
Deployment Option Section 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.
DeploymentOptionSectionType
public Adapter createDiskSectionTypeAdapter()
Disk Section 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.
DiskSectionType
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 createEnvelopeTypeAdapter()
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.
EnvelopeType
public Adapter createEulaSectionTypeAdapter()
Eula Section 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.
EulaSectionType
public Adapter createFileTypeAdapter()
File 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.
FileType
public Adapter createIconTypeAdapter()
Icon 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.
IconType
public Adapter createInstallSectionTypeAdapter()
Install Section 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.
InstallSectionType
public Adapter createItemTypeAdapter()
Item 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.
ItemType
public Adapter createMsgTypeAdapter()
Msg 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.
MsgType
public Adapter createNetworkSectionTypeAdapter()
Network Section 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.
NetworkSectionType
public Adapter createNetworkTypeAdapter()
Network 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.
NetworkType
public Adapter createOperatingSystemSectionTypeAdapter()
Operating System Section 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.
OperatingSystemSectionType
public Adapter createProductSectionTypeAdapter()
Product Section 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.
ProductSectionType
public Adapter createPropertyConfigurationValueTypeAdapter()
Property Configuration Value 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.
PropertyConfigurationValueType
public Adapter createPropertyTypeAdapter()
Property 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.
PropertyType
public Adapter createRASDTypeAdapter()
RASD 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.
RASDType
public Adapter createReferencesTypeAdapter()
References 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.
ReferencesType
public Adapter createResourceAllocationSectionTypeAdapter()
Resource Allocation Section 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.
ResourceAllocationSectionType
public Adapter createSectionTypeAdapter()
Section 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.
SectionType
public Adapter createStartupSectionTypeAdapter()
Startup Section 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.
StartupSectionType
public Adapter createStringMsgAdapter()
String Msg
'.
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.
StringMsg
public Adapter createStringsTypeAdapter()
Strings 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.
StringsType
public Adapter createVirtualDiskDescTypeAdapter()
Virtual Disk Desc 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.
VirtualDiskDescType
public Adapter createVirtualHardwareSectionTypeAdapter()
Virtual Hardware Section 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.
VirtualHardwareSectionType
public Adapter createVirtualSystemCollectionTypeAdapter()
Virtual System Collection 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.
VirtualSystemCollectionType
public Adapter createVirtualSystemTypeAdapter()
Virtual System 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.
VirtualSystemType
public Adapter createVSSDTypeAdapter()
VSSD 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.
VSSDType
public Adapter createLocalHostResourceAdapter()
Local Host Resource
'.
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.
LocalHostResource
public Adapter createCIMResourceAllocationSettingDataTypeAdapter()
CIM Resource Allocation Setting Data 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.
CIMResourceAllocationSettingDataType
public Adapter createCIMVirtualSystemSettingDataTypeAdapter()
CIM Virtual System Setting Data 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.
CIMVirtualSystemSettingDataType
public Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |