
public interface AdminObjectsType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
admin-objectsType xsd type| Modifier and Type | Method and Description |
|---|---|
AdminObjectType<AdminObjectsType<T>> |
createAdminObject()
Creates a new
admin-object element |
java.util.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 |
AdminObjectType<AdminObjectsType<T>> getOrCreateAdminObject()
admin-object element will be created and returned.
Otherwise, the first existing admin-object element will be returned.admin-objectAdminObjectType<AdminObjectsType<T>> createAdminObject()
admin-object elementAdminObjectType> java.util.List<AdminObjectType<AdminObjectsType<T>>> getAllAdminObject()
admin-object elementsadmin-objectAdminObjectsType<T> removeAllAdminObject()
admin-object elementsAdminObjectType> Copyright © 2013 IronJacamar (http://www.ironjacamar.org)