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 RequiredConfigProperty
public XsdString getConfigPropertyName()
getConfigPropertyName
in interface RequiredConfigProperty
public java.lang.String getId()
getId
in interface IdDecoratedMetadata
public CopyableMetaData copy()
copy
in interface CopyableMetaData
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)