Class AdminObjectsTypeImpl<T>
java.lang.Object
org.jboss.jca.embedded.dsl.ironjacamar10.impl.AdminObjectsTypeImpl<T>
- All Implemented Interfaces:
AdminObjectsType<T>,org.jboss.shrinkwrap.descriptor.api.Child<T>
public class AdminObjectsTypeImpl<T>
extends Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, AdminObjectsType<T>
This class implements the
admin-objectsType xsd type-
Constructor Summary
ConstructorsConstructorDescriptionAdminObjectsTypeImpl(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
Modifier and TypeMethodDescriptionCreates a newadmin-objectelementReturns alladmin-objectelementsIf not already created, a newadmin-objectelement will be created and returned.Removes alladmin-objectelementsup()
-
Constructor Details
-
AdminObjectsTypeImpl
-
AdminObjectsTypeImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
getOrCreateAdminObject
If not already created, a newadmin-objectelement will be created and returned. Otherwise, the first existingadmin-objectelement will be returned.- Specified by:
getOrCreateAdminObjectin interfaceAdminObjectsType<T>- Returns:
- the instance defined for the element
admin-object
-
createAdminObject
Creates a newadmin-objectelement- Specified by:
createAdminObjectin interfaceAdminObjectsType<T>- Returns:
- the new created instance of
AdminObjectTypeinvalid input: '<'AdminObjectsType>
-
getAllAdminObject
Returns alladmin-objectelements- Specified by:
getAllAdminObjectin interfaceAdminObjectsType<T>- Returns:
- list of
admin-object
-
removeAllAdminObject
Removes alladmin-objectelements- Specified by:
removeAllAdminObjectin interfaceAdminObjectsType<T>- Returns:
- the current instance of
AdminObjectTypeinvalid input: '<'AdminObjectsType>
-