|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.csutils.core.model.impl.AbstractROMetaModel
public abstract class AbstractROMetaModel
Abstract base class for deriving implementations of ROMetaModel
.
Constructor Summary | |
---|---|
AbstractROMetaModel()
|
Method Summary | |
---|---|
java.lang.Object |
getAttribute(java.lang.String pKey)
Returns a meta model attribute. |
void |
setAttribute(java.lang.String pKey,
java.lang.Object pValue)
Sets a meta model attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.csutils.core.model.ROMetaModel |
---|
getROType, getROTypes |
Constructor Detail |
---|
public AbstractROMetaModel()
Method Detail |
---|
public java.lang.Object getAttribute(java.lang.String pKey) throws javax.xml.registry.JAXRException
ROMetaModel
getAttribute
in interface ROMetaModel
pKey
- The attributes key.
javax.xml.registry.JAXRException
- The operation failed.public void setAttribute(java.lang.String pKey, java.lang.Object pValue) throws javax.xml.registry.JAXRException
ROMetaModel
setAttribute
in interface ROMetaModel
pKey
- The attributes key.pValue
- The attributes value.
javax.xml.registry.JAXRException
- The operation failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |