
public class LicenseTypeImpl extends Object implements org.jboss.jca.common.api.metadata.spec.LicenseType
| Constructor and Description |
|---|
LicenseTypeImpl(List<org.jboss.jca.common.api.metadata.spec.LocalizedXsdString> description,
boolean licenseRequired,
String id,
String lrid)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jca.common.api.metadata.CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(Object obj) |
List<org.jboss.jca.common.api.metadata.spec.LocalizedXsdString> |
getDescriptions() |
String |
getId()
Return the String representing xml ID
|
String |
getLicReqId() |
int |
hashCode() |
boolean |
isLicenseRequired() |
org.jboss.jca.common.api.metadata.spec.LicenseType |
merge(org.jboss.jca.common.api.metadata.spec.MergeableMetadata<?> jmd)
Merge specification metadata with vendor metadata
|
String |
toString() |
public LicenseTypeImpl(List<org.jboss.jca.common.api.metadata.spec.LocalizedXsdString> description, boolean licenseRequired, String id, String lrid)
description - description of the licenselicenseRequired - mandatory boolena valueid - XML IDlrid - id of licenseRequired elementpublic List<org.jboss.jca.common.api.metadata.spec.LocalizedXsdString> getDescriptions()
getDescriptions in interface org.jboss.jca.common.api.metadata.spec.LicenseTypepublic boolean isLicenseRequired()
isLicenseRequired in interface org.jboss.jca.common.api.metadata.spec.LicenseTypepublic String getId()
getId in interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadatapublic String getLicReqId()
getLicReqId in interface org.jboss.jca.common.api.metadata.spec.LicenseTypepublic org.jboss.jca.common.api.metadata.spec.LicenseType merge(org.jboss.jca.common.api.metadata.spec.MergeableMetadata<?> jmd)
throws Exception
merge in interface org.jboss.jca.common.api.metadata.spec.MergeableMetadata<org.jboss.jca.common.api.metadata.spec.LicenseType>jmd - The vendor metadataException - Thrown if an error occurspublic org.jboss.jca.common.api.metadata.CopyableMetaData copy()
copy in interface org.jboss.jca.common.api.metadata.CopyableMetaDataCopyright © 2014 IronJacamar (http://www.ironjacamar.org)