Interface LicenseType
-
- All Superinterfaces:
Cloneable,CopyableMetaData,IdDecoratedMetadata,JCAMetadata,MergeableMetadata<LicenseType>,Serializable
public interface LicenseType extends IdDecoratedMetadata, MergeableMetadata<LicenseType>, CopyableMetaData
LicenseType- Author:
- Jesper Pedersen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LocalizedXsdString>getDescriptions()StringgetLicReqId()booleanisLicenseRequired()-
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
-
Methods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getId
-
Methods inherited from interface org.jboss.jca.common.api.metadata.spec.MergeableMetadata
merge
-
-
-
-
Method Detail
-
getDescriptions
List<LocalizedXsdString> getDescriptions()
- Returns:
- description
-
isLicenseRequired
boolean isLicenseRequired()
- Returns:
- licenseRequired
-
getLicReqId
String getLicReqId()
- Returns:
- licReqId;
-
-