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, toString
clone, getId, setId
public 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 © 2018 JBoss, a division of Red Hat, Inc.. All Rights Reserved.