
public class RequiredConfigProperty extends java.lang.Object implements IdDecoratedMetadata, CopyableMetaData
| Modifier and Type | Class and Description |
|---|---|
static class |
RequiredConfigProperty.Attribute
A Attribute.
|
static class |
RequiredConfigProperty.Tag
A Tag.
|
| Constructor and Description |
|---|
RequiredConfigProperty(java.util.List<LocalizedXsdString> description,
XsdString configPropertyName,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
XsdString |
getConfigPropertyName() |
java.util.List<LocalizedXsdString> |
getDescriptions() |
java.lang.String |
getId()
Return the String representing xml ID
|
int |
hashCode() |
java.lang.String |
toString() |
public RequiredConfigProperty(java.util.List<LocalizedXsdString> description, XsdString configPropertyName, java.lang.String id)
description - descriptions of this propertyconfigPropertyName - name of the propertyid - XML IDpublic java.util.List<LocalizedXsdString> getDescriptions()
public XsdString getConfigPropertyName()
public java.lang.String getId()
getId in interface IdDecoratedMetadataIdDecoratedMetadata.getId()public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public CopyableMetaData copy()
CopyableMetaDatacopy in interface CopyableMetaDataCopyright © 2013 IronJacamar (http://www.ironjacamar.org)