public class RequiredConfigProperty extends 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(List<LocalizedXsdString> description,
XsdString configPropertyName,
String id) |
| Modifier and Type | Method and Description |
|---|---|
CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(Object obj) |
XsdString |
getConfigPropertyName() |
List<LocalizedXsdString> |
getDescriptions() |
String |
getId()
Return the String representing xml ID
|
int |
hashCode() |
String |
toString() |
public RequiredConfigProperty(List<LocalizedXsdString> description, XsdString configPropertyName, String id)
description - descriptions of this propertyconfigPropertyName - name of the propertyid - XML IDpublic List<LocalizedXsdString> getDescriptions()
public XsdString getConfigPropertyName()
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 CopyableMetaData copy()
CopyableMetaDatacopy in interface CopyableMetaDataCopyright © 2013 IronJacamar (http://www.ironjacamar.org)