public class ActivationConfigPropertyMetaData extends NamedMetaData
| Constructor and Description |
|---|
ActivationConfigPropertyMetaData()
Create a new ActivationConfigMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationConfigPropertyName()
Get the activationConfigPropertyName.
|
String |
getValue()
Get the value.
|
void |
setActivationConfigPropertyName(String activationConfigPropertyName)
Set the activationConfigPropertyName.
|
void |
setValue(String value)
Set the value.
|
equals, getKey, getName, hashCode, setName, toStringclone, getId, setIdpublic ActivationConfigPropertyMetaData()
public String getActivationConfigPropertyName()
public void setActivationConfigPropertyName(String activationConfigPropertyName)
activationConfigPropertyName - the activationConfigPropertyName.IllegalArgumentException - for a null activationConfigPropertyNamepublic String getValue()
public void setValue(String value)
value - the value.IllegalArgumentException - for a null valueCopyright © 2019 JBoss by Red Hat. All rights reserved.