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 RequiredConfigProperty
public XsdString getConfigPropertyName()
getConfigPropertyName
in interface RequiredConfigProperty
public String getId()
getId
in interface IdDecoratedMetadata
public CopyableMetaData copy()
copy
in interface CopyableMetaData
Copyright © 2021 JBoss by Red Hat. All rights reserved.