|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.csutils.core.model.impl.StaticROType
public class StaticROType
| Constructor Summary | |
|---|---|
StaticROType()
|
|
| Method Summary | |
|---|---|
ROAttribute |
getAttribute(java.lang.String pName)
Returns the attribute with the given name. |
java.util.Map<java.lang.String,ROAttribute> |
getAttributes()
Returns the map of all attributes. |
QName |
getQName()
Returns the object types qualified name. |
QName |
getQueryName()
Returns the object types query name. |
void |
setAttributes(java.util.Map<java.lang.String,ROAttribute> attributes)
|
void |
setQName(QName qName)
|
void |
setQueryName(QName qName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticROType()
| Method Detail |
|---|
public java.util.Map<java.lang.String,ROAttribute> getAttributes()
ROType
getAttributes in interface ROTypepublic void setAttributes(java.util.Map<java.lang.String,ROAttribute> attributes)
public QName getQName()
ROType
getQName in interface ROTypepublic void setQName(QName qName)
public QName getQueryName()
ROType
getQueryName in interface ROTypepublic void setQueryName(QName qName)
public ROAttribute getAttribute(java.lang.String pName)
throws javax.xml.registry.JAXRException
ROType
getAttribute in interface ROTypepName - The attribute name
javax.xml.registry.JAXRException - The operation failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||