Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.AdministeredObjectType
Packages that use AdministeredObjectType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of AdministeredObjectType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return AdministeredObjectTypeModifier and TypeMethodDescriptionSets theclass-nameelementAdministeredObjectType.description(String description) Sets thedescriptionelementSets theidattributeAdministeredObjectType.interfaceName(String interfaceName) Sets theinterface-nameelementSets thenameelementAdministeredObjectType.removeAllProperty()Removes allpropertyelementsAdministeredObjectType.removeClassName()Removes theclass-nameelementAdministeredObjectType.removeDescription()Removes thedescriptionelementAdministeredObjectType.removeId()Removes theidattributeAdministeredObjectType.removeInterfaceName()Removes theinterface-nameelementAdministeredObjectType.removeName()Removes thenameelementAdministeredObjectType.removeResourceAdapter()Removes theresource-adapterelementAdministeredObjectType.resourceAdapter(String resourceAdapter) Sets theresource-adapterelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type AdministeredObjectTypeModifier and TypeMethodDescriptionAdministeredObjectType.createProperty()Creates a newpropertyelementAdministeredObjectType.getAllProperty()Returns allpropertyelementsAdministeredObjectType.getOrCreateProperty()If not already created, a newpropertyelement will be created and returned. -
Uses of AdministeredObjectType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement AdministeredObjectTypeModifier and TypeClassDescriptionclassThis class implements theadministered-objectTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return AdministeredObjectTypeModifier and TypeMethodDescriptionSets theclass-nameelementAdministeredObjectTypeImpl.description(String description) Sets thedescriptionelementSets theidattributeAdministeredObjectTypeImpl.interfaceName(String interfaceName) Sets theinterface-nameelementSets thenameelementAdministeredObjectTypeImpl.removeAllProperty()Removes allpropertyelementsAdministeredObjectTypeImpl.removeClassName()Removes theclass-nameelementAdministeredObjectTypeImpl.removeDescription()Removes thedescriptionelementAdministeredObjectTypeImpl.removeId()Removes theidattributeAdministeredObjectTypeImpl.removeInterfaceName()Removes theinterface-nameelementAdministeredObjectTypeImpl.removeName()Removes thenameelementAdministeredObjectTypeImpl.removeResourceAdapter()Removes theresource-adapterelementAdministeredObjectTypeImpl.resourceAdapter(String resourceAdapter) Sets theresource-adapterelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type AdministeredObjectTypeModifier and TypeMethodDescriptionAdministeredObjectTypeImpl.createProperty()Creates a newpropertyelementAdministeredObjectTypeImpl.getAllProperty()Returns allpropertyelementsAdministeredObjectTypeImpl.getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.