
public class RequiredConfigPropertyImpl extends java.lang.Object implements RequiredConfigProperty
| Constructor and Description |
|---|
RequiredConfigPropertyImpl(java.util.List<LocalizedXsdString> description,
XsdString configPropertyName,
java.lang.String id)
Constructor
|
| 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 RequiredConfigPropertyImpl(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()
getDescriptions in interface RequiredConfigPropertypublic XsdString getConfigPropertyName()
getConfigPropertyName in interface RequiredConfigPropertypublic java.lang.String getId()
getId in interface IdDecoratedMetadatapublic CopyableMetaData copy()
copy in interface CopyableMetaDatapublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)