@Module public class ClassPackage extends java.lang.Object
Constructor and Description |
---|
ClassPackage(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImplementationTitle()
Returns the implementation name.
|
java.lang.String |
getImplementationVendor()
Returns the implementation vendor.
|
java.lang.String |
getImplementationVersion()
Returns the implementation version.
|
java.lang.String |
getPrefix()
Returns the prefix for this package.
|
java.lang.String |
getSpecificationTitle()
Returns the specification name.
|
java.lang.String |
getSpecificationVendor()
Returns the specification vendor.
|
java.lang.String |
getSpecificationVersion()
Returns the specification version.
|
void |
setImplementationTitle(java.lang.String implName)
Sets the implementation name.
|
void |
setImplementationVendor(java.lang.String implVendor)
Sets the implementation vendor.
|
void |
setImplementationVersion(java.lang.String implVersion)
Sets the implementation version.
|
void |
setSpecificationTitle(java.lang.String specName)
Sets the specification name.
|
void |
setSpecificationVendor(java.lang.String specVendor)
Sets the specification vendor.
|
void |
setSpecificationVersion(java.lang.String specVersion)
Sets the specification version.
|
public java.lang.String getPrefix()
public java.lang.String getSpecificationTitle()
public void setSpecificationTitle(java.lang.String specName)
public java.lang.String getSpecificationVendor()
public void setSpecificationVendor(java.lang.String specVendor)
public java.lang.String getSpecificationVersion()
public void setSpecificationVersion(java.lang.String specVersion)
public java.lang.String getImplementationTitle()
public void setImplementationTitle(java.lang.String implName)
public java.lang.String getImplementationVendor()
public void setImplementationVendor(java.lang.String implVendor)
public java.lang.String getImplementationVersion()
public void setImplementationVersion(java.lang.String implVersion)