|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdminObject
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 |
org.eclipse.emf.common.util.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 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
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()
void setAdminObjectInterface(java.lang.String value)
Admin Object Interface
' attribute.
value
- the new value of the 'Admin Object Interface' attribute.getAdminObjectInterface()
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()
void setAdminObjectClass(java.lang.String value)
Admin Object Class
' attribute.
value
- the new value of the 'Admin Object Class' attribute.getAdminObjectClass()
org.eclipse.emf.common.util.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 |