|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EjbJarType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 | Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd |
Uses of EjbJarType in org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return EjbJarType | |
---|---|
EjbJarType<T> |
EjbJarType.removeAllDescription()
Removes the description element |
EjbJarType<T> |
EjbJarType.removeAllDisplayName()
Removes the display-name element |
EjbJarType<T> |
EjbJarType.removeAllIcon()
Removes all icon elements |
EjbJarType<T> |
EjbJarType.removeAssemblyDescriptor()
Removes the assembly-descriptor element |
EjbJarType<T> |
EjbJarType.removeEjbClientJar()
Removes the ejb-client-jar element |
EjbJarType<T> |
EjbJarType.removeEnterpriseBeans()
Removes the enterprise-beans element |
EjbJarType<T> |
EjbJarType.removeInterceptors()
Removes the interceptors element |
EjbJarType<T> |
EjbJarType.removeMetadataComplete()
Removes the metadata-complete attribute |
EjbJarType<T> |
EjbJarType.removeRelationships()
Removes the relationships element |
EjbJarType<T> |
EjbJarType.removeVersion()
Removes the version attribute |
EjbJarType<T> |
EjbJarType.setDescription(java.lang.String description)
Creates a new description element |
EjbJarType<T> |
EjbJarType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EjbJarType<T> |
EjbJarType.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
EjbJarType<T> |
EjbJarType.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
EjbJarType<T> |
EjbJarType.setEjbClientJar(java.lang.String ejbClientJar)
If not already created, a new ejb-client-jar element with the given value will be created. |
EjbJarType<T> |
EjbJarType.setMetadataComplete(java.lang.Boolean metadataComplete)
Sets the metadata-complete attribute |
EjbJarType<T> |
EjbJarType.setVersion(java.lang.String version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type EjbJarType | |
---|---|
AssemblyDescriptorType<EjbJarType<T>> |
EjbJarType.assemblyDescriptor()
If not already created, a new assembly-descriptor element will be created and returned. |
EnterpriseBeansType<EjbJarType<T>> |
EjbJarType.enterpriseBeans()
If not already created, a new enterprise-beans element will be created and returned. |
java.util.List<IconType<EjbJarType<T>>> |
EjbJarType.getIconList()
Returns all icon elements |
IconType<EjbJarType<T>> |
EjbJarType.icon()
Returns the icon element |
InterceptorsType<EjbJarType<T>> |
EjbJarType.interceptors()
If not already created, a new interceptors element will be created and returned. |
RelationshipsType<EjbJarType<T>> |
EjbJarType.relationships()
If not already created, a new relationships element will be created and returned. |
Uses of EjbJarType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return EjbJarType | |
---|---|
EjbJarType<T> |
EjbJarTypeImpl.removeAllDescription()
Removes the description element |
EjbJarType<T> |
EjbJarTypeImpl.removeAllDisplayName()
Removes the display-name element |
EjbJarType<T> |
EjbJarTypeImpl.removeAllIcon()
Removes all icon elements |
EjbJarType<T> |
EjbJarTypeImpl.removeAssemblyDescriptor()
Removes the assembly-descriptor element |
EjbJarType<T> |
EjbJarTypeImpl.removeEjbClientJar()
Removes the ejb-client-jar element |
EjbJarType<T> |
EjbJarTypeImpl.removeEnterpriseBeans()
Removes the enterprise-beans element |
EjbJarType<T> |
EjbJarTypeImpl.removeInterceptors()
Removes the interceptors element |
EjbJarType<T> |
EjbJarTypeImpl.removeMetadataComplete()
Removes the metadata-complete attribute |
EjbJarType<T> |
EjbJarTypeImpl.removeRelationships()
Removes the relationships element |
EjbJarType<T> |
EjbJarTypeImpl.removeVersion()
Removes the version attribute |
EjbJarType<T> |
EjbJarTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
EjbJarType<T> |
EjbJarTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EjbJarType<T> |
EjbJarTypeImpl.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
EjbJarType<T> |
EjbJarTypeImpl.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
EjbJarType<T> |
EjbJarTypeImpl.setEjbClientJar(java.lang.String ejbClientJar)
If not already created, a new ejb-client-jar element with the given value will be created. |
EjbJarType<T> |
EjbJarTypeImpl.setMetadataComplete(java.lang.Boolean metadataComplete)
Sets the metadata-complete attribute |
EjbJarType<T> |
EjbJarTypeImpl.setVersion(java.lang.String version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type EjbJarType | |
---|---|
AssemblyDescriptorType<EjbJarType<T>> |
EjbJarTypeImpl.assemblyDescriptor()
If not already created, a new assembly-descriptor element will be created and returned. |
EnterpriseBeansType<EjbJarType<T>> |
EjbJarTypeImpl.enterpriseBeans()
If not already created, a new enterprise-beans element will be created and returned. |
java.util.List<IconType<EjbJarType<T>>> |
EjbJarTypeImpl.getIconList()
Returns all icon elements |
IconType<EjbJarType<T>> |
EjbJarTypeImpl.icon()
Returns the icon element |
InterceptorsType<EjbJarType<T>> |
EjbJarTypeImpl.interceptors()
If not already created, a new interceptors element will be created and returned. |
RelationshipsType<EjbJarType<T>> |
EjbJarTypeImpl.relationships()
If not already created, a new relationships element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |