|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ROMetaModel
Interface of a registry object meta model.
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.String pKey)
Returns a meta model attribute. |
ROType |
getROType(QName pQName)
Returns the object type with the given name. |
java.util.Map<QName,ROType> |
getROTypes()
Returns the map of object types. |
void |
setAttribute(java.lang.String pKey,
java.lang.Object pValue)
Sets a meta model attribute. |
| Method Detail |
|---|
java.util.Map<QName,ROType> getROTypes()
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException - The operation failed.
ROType getROType(QName pQName)
throws javax.xml.registry.JAXRException
pQName - The object types qualified name.
javax.xml.registry.JAXRException - The operation failed.
void setAttribute(java.lang.String pKey,
java.lang.Object pValue)
throws javax.xml.registry.JAXRException
pKey - The attributes key.pValue - The attributes value.
javax.xml.registry.JAXRException - The operation failed.
java.lang.Object getAttribute(java.lang.String pKey)
throws javax.xml.registry.JAXRException
pKey - The attributes key.
javax.xml.registry.JAXRException - The operation failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||