|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.csutils.core.registry.impl.ROMetaModelAccessorImpl
public class ROMetaModelAccessorImpl
Default implementation of ROMetaModel
, using the
DynamicROMetaModel
.
Constructor Summary | |
---|---|
ROMetaModelAccessorImpl(ModelDrivenRegistryFacade pFacade,
MetaModelAccessor pAccessor)
|
Method Summary | |
---|---|
ROType |
create(ROType pType)
Creates the given registry object type in
the registry. |
ROMetaModel |
getMetaModel()
Returns the meta model. |
ModelDrivenRegistryFacade |
getRegistryFacade()
Returns the accessors registry facade. |
void |
remove(QName pQName)
Removes the given object type from the registry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ROMetaModelAccessorImpl(ModelDrivenRegistryFacade pFacade, MetaModelAccessor pAccessor)
Method Detail |
---|
public ROMetaModel getMetaModel()
ROMetaModelAccessor
getMetaModel
in interface ROMetaModelAccessor
public ModelDrivenRegistryFacade getRegistryFacade()
ROMetaModelAccessor
getRegistryFacade
in interface ROMetaModelAccessor
public void remove(QName pQName) throws javax.xml.registry.JAXRException
ROMetaModelAccessor
remove
in interface ROMetaModelAccessor
pQName
- Qualified name of the registry object type to remove.
javax.xml.registry.JAXRException
- The operation failed.public ROType create(ROType pType) throws javax.xml.registry.JAXRException
ROMetaModelAccessor
registry object type
in
the registry.
create
in interface ROMetaModelAccessor
pType
- Description of the type to create.
ROType
, which matches the type that has
just been created.
javax.xml.registry.JAXRException
- The operation failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |