public class RequiredConfigPropertyImpl extends Object implements RequiredConfigProperty
| Constructor and Description |
|---|
RequiredConfigPropertyImpl(List<LocalizedXsdString> description,
XsdString configPropertyName,
String id)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CopyableMetaData |
copy() |
boolean |
equals(Object obj) |
XsdString |
getConfigPropertyName() |
List<LocalizedXsdString> |
getDescriptions() |
String |
getId() |
int |
hashCode() |
String |
toString() |
public RequiredConfigPropertyImpl(List<LocalizedXsdString> description, XsdString configPropertyName, String id)
description - descriptions of this propertyconfigPropertyName - name of the propertyid - XML IDpublic List<LocalizedXsdString> getDescriptions()
getDescriptions in interface RequiredConfigPropertypublic XsdString getConfigPropertyName()
getConfigPropertyName in interface RequiredConfigPropertypublic String getId()
getId in interface IdDecoratedMetadatapublic CopyableMetaData copy()
copy in interface CopyableMetaDataCopyright © 2021 JBoss by Red Hat. All rights reserved.