|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EjbJarType
A representation of the model object 'Ejb Jar Type'. The ejb-jarType defines the root element of the EJB deployment descriptor. It contains - an optional description of the ejb-jar file - an optional display name - an optional icon that contains a small and a large icon file name - structural information about all included enterprise beans that is not specified through annotations - structural information about interceptor classes - a descriptor for container managed relationships, if any. - an optional application-assembly descriptor - an optional name of an ejb-client-jar file for the ejb-jar.
The following features are supported:
DescriptionDisplay NameIconEnterprise BeansInterceptorsRelationshipsAssembly DescriptorEjb Client JarIdMetadata CompleteVersion
EjbJar30Package.getEjbJarType()| Method Summary | |
|---|---|
AssemblyDescriptorType |
getAssemblyDescriptor()
Returns the value of the 'Assembly Descriptor' containment reference. |
|
getDescription()
Returns the value of the 'Description' containment reference list. |
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list. |
PathType |
getEjbClientJar()
Returns the value of the 'Ejb Client Jar' containment reference. |
EnterpriseBeansType |
getEnterpriseBeans()
Returns the value of the 'Enterprise Beans' containment reference. |
|
getIcon()
Returns the value of the 'Icon' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
InterceptorsType |
getInterceptors()
Returns the value of the 'Interceptors' containment reference. |
RelationshipsType |
getRelationships()
Returns the value of the 'Relationships' containment reference. |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute. |
boolean |
isMetadataComplete()
Returns the value of the 'Metadata Complete' attribute. |
boolean |
isSetMetadataComplete()
Returns whether the value of the ' Metadata Complete' attribute is set. |
boolean |
isSetVersion()
Returns whether the value of the ' Version' attribute is set. |
void |
setAssemblyDescriptor(AssemblyDescriptorType value)
Sets the value of the ' Assembly Descriptor' containment reference. |
void |
setEjbClientJar(PathType value)
Sets the value of the ' Ejb Client Jar' containment reference. |
void |
setEnterpriseBeans(EnterpriseBeansType value)
Sets the value of the ' Enterprise Beans' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id' attribute. |
void |
setInterceptors(InterceptorsType value)
Sets the value of the ' Interceptors' containment reference. |
void |
setMetadataComplete(boolean value)
Sets the value of the ' Metadata Complete' attribute. |
void |
setRelationships(RelationshipsType value)
Sets the value of the ' Relationships' containment reference. |
void |
setVersion(java.lang.String value)
Sets the value of the ' Version' attribute. |
void |
unsetMetadataComplete()
Unsets the value of the ' Metadata Complete' attribute. |
void |
unsetVersion()
Unsets the value of the ' Version' attribute. |
| Method Detail |
|---|
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getEjbJarType_Description()getDisplayName()
DisplayNameType.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getEjbJarType_DisplayName()getIcon()
IconType.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getEjbJarType_Icon()EnterpriseBeansType getEnterpriseBeans()
If the meaning of the 'Enterprise Beans' containment reference isn't clear, there really should be more of a description here...
setEnterpriseBeans(EnterpriseBeansType),
EjbJar30Package.getEjbJarType_EnterpriseBeans()void setEnterpriseBeans(EnterpriseBeansType value)
Enterprise Beans' containment reference.
value - the new value of the 'Enterprise Beans' containment reference.getEnterpriseBeans()InterceptorsType getInterceptors()
If the meaning of the 'Interceptors' containment reference isn't clear, there really should be more of a description here...
setInterceptors(InterceptorsType),
EjbJar30Package.getEjbJarType_Interceptors()void setInterceptors(InterceptorsType value)
Interceptors' containment reference.
value - the new value of the 'Interceptors' containment reference.getInterceptors()RelationshipsType getRelationships()
If the meaning of the 'Relationships' containment reference isn't clear, there really should be more of a description here...
setRelationships(RelationshipsType),
EjbJar30Package.getEjbJarType_Relationships()void setRelationships(RelationshipsType value)
Relationships' containment reference.
value - the new value of the 'Relationships' containment reference.getRelationships()AssemblyDescriptorType getAssemblyDescriptor()
setAssemblyDescriptor(AssemblyDescriptorType),
EjbJar30Package.getEjbJarType_AssemblyDescriptor()void setAssemblyDescriptor(AssemblyDescriptorType value)
Assembly Descriptor' containment reference.
value - the new value of the 'Assembly Descriptor' containment reference.getAssemblyDescriptor()PathType getEjbClientJar()
setEjbClientJar(PathType),
EjbJar30Package.getEjbJarType_EjbClientJar()void setEjbClientJar(PathType value)
Ejb Client Jar' containment reference.
value - the new value of the 'Ejb Client Jar' containment reference.getEjbClientJar()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar30Package.getEjbJarType_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()boolean isMetadataComplete()
isSetMetadataComplete(),
unsetMetadataComplete(),
setMetadataComplete(boolean),
EjbJar30Package.getEjbJarType_MetadataComplete()void setMetadataComplete(boolean value)
Metadata Complete' attribute.
value - the new value of the 'Metadata Complete' attribute.isSetMetadataComplete(),
unsetMetadataComplete(),
isMetadataComplete()void unsetMetadataComplete()
Metadata Complete' attribute.
isSetMetadataComplete(),
isMetadataComplete(),
setMetadataComplete(boolean)boolean isSetMetadataComplete()
Metadata Complete' attribute is set.
unsetMetadataComplete(),
isMetadataComplete(),
setMetadataComplete(boolean)java.lang.String getVersion()
"3.0".
The version specifies the version of the
EJB specification that the instance document must
comply with. This information enables deployment tools
to validate a particular EJB Deployment
Descriptor with respect to a specific version of the EJB
schema.
isSetVersion(),
unsetVersion(),
setVersion(String),
EjbJar30Package.getEjbJarType_Version()void setVersion(java.lang.String value)
Version' attribute.
value - the new value of the 'Version' attribute.isSetVersion(),
unsetVersion(),
getVersion()void unsetVersion()
Version' attribute.
isSetVersion(),
getVersion(),
setVersion(String)boolean isSetVersion()
Version' attribute is set.
unsetVersion(),
getVersion(),
setVersion(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||