|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.resourceadapters.impl.AdminObjectsTypeImpl<T>
public class AdminObjectsTypeImpl<T>
This class implements the admin-objectsType
xsd type
Constructor Summary | |
---|---|
AdminObjectsTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node)
|
|
AdminObjectsTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
|
Method Summary | |
---|---|
AdminObjectType<AdminObjectsType<T>> |
createAdminObject()
Creates a new admin-object element |
List<AdminObjectType<AdminObjectsType<T>>> |
getAllAdminObject()
Returns all admin-object elements |
AdminObjectType<AdminObjectsType<T>> |
getOrCreateAdminObject()
If not already created, a new admin-object element will be created and returned. |
AdminObjectsType<T> |
removeAllAdminObject()
Removes all admin-object elements |
T |
up()
Returns the parent of this Child |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminObjectsTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public AdminObjectsTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
Method Detail |
---|
public T up()
Child
Child
up
in interface Child<T>
Child
public AdminObjectType<AdminObjectsType<T>> getOrCreateAdminObject()
admin-object
element will be created and returned.
Otherwise, the first existing admin-object
element will be returned.
getOrCreateAdminObject
in interface AdminObjectsType<T>
admin-object
public AdminObjectType<AdminObjectsType<T>> createAdminObject()
admin-object
element
createAdminObject
in interface AdminObjectsType<T>
AdminObjectType>
public List<AdminObjectType<AdminObjectsType<T>>> getAllAdminObject()
admin-object
elements
getAllAdminObject
in interface AdminObjectsType<T>
admin-object
public AdminObjectsType<T> removeAllAdminObject()
admin-object
elements
removeAllAdminObject
in interface AdminObjectsType<T>
AdminObjectType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |