|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.common.api.metadata.ra.LicenseType
public class LicenseType

| Nested Class Summary | |
|---|---|
static class |
LicenseType.Attribute
A Attribute. |
static class |
LicenseType.Tag
A Tag. |
| Constructor Summary | |
|---|---|
LicenseType(List<LocalizedXsdString> description,
boolean licenseRequired,
String id)
|
|
| Method Summary | |
|---|---|
CopyableMetaData |
copy()
Creates and returns a copy of this object. |
boolean |
equals(Object obj)
|
List<LocalizedXsdString> |
getDescriptions()
|
String |
getId()
Return the String representing xml ID |
int |
hashCode()
|
boolean |
isLicenseRequired()
|
LicenseType |
merge(MergeableMetadata<?> jmd)
Merge specification metadata with vendor metadata |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LicenseType(List<LocalizedXsdString> description,
boolean licenseRequired,
String id)
description - description of the licenselicenseRequired - mandatory boolena valueid - XML ID| Method Detail |
|---|
public List<LocalizedXsdString> getDescriptions()
public boolean isLicenseRequired()
public String getId()
getId in interface IdDecoratedMetadataIdDecoratedMetadata.getId()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()
public LicenseType merge(MergeableMetadata<?> jmd)
throws Exception
MergeableMetadata
merge in interface MergeableMetadata<LicenseType>jmd - The vendor metadata
Exception - Thrown if an error occurspublic CopyableMetaData copy()
CopyableMetaData
copy in interface CopyableMetaData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||