|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Admin Object'.
The following features are supported:
JcaPackage.getAdminObject()
Method Summary | |
---|---|
java.lang.String |
getAdminObjectClass()
Returns the value of the 'Admin Object Class' attribute |
java.lang.String |
getAdminObjectInterface()
Returns the value of the 'Admin Object Interface' attribute |
EList |
getConfigProperties()
Returns the value of the 'Config Properties' containment reference list. |
void |
setAdminObjectClass(java.lang.String value)
Sets the value of the ' Admin Object Class ' attribute |
void |
setAdminObjectInterface(java.lang.String value)
Sets the value of the ' Admin Object Interface ' attribute |
Method Detail |
public java.lang.String getAdminObjectInterface()
If the meaning of the 'Admin Object Interface' attribute isn't clear, there really should be more of a description here...
The element adminobject-interface specifies the fully qualified name of the Java type of the interface implemented by an administered object. Example:
setAdminObjectInterface(String)
,
JcaPackage.getAdminObject_AdminObjectInterface()
public void setAdminObjectInterface(java.lang.String value)
Admin Object Interface
' attribute.
value
- the new value of the 'Admin Object Interface' attribute.getAdminObjectInterface()
public java.lang.String getAdminObjectClass()
If the meaning of the 'Admin Object Class' attribute isn't clear, there really should be more of a description here...
The element adminobject-class specifies the fully qualified Java class name of an administered object. Example:
setAdminObjectClass(String)
,
JcaPackage.getAdminObject_AdminObjectClass()
public void setAdminObjectClass(java.lang.String value)
Admin Object Class
' attribute.
value
- the new value of the 'Admin Object Class' attribute.getAdminObjectClass()
public EList getConfigProperties()
ConfigProperty
.
If the meaning of the 'Config Properties' containment reference list isn't clear, there really should be more of a description here...
JcaPackage.getAdminObject_ConfigProperties()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |