public class ConfigProperty extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ConfigProperty.ConfigPropertyAttribute
Enum of configuration property attributes.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of this config property
|
String |
getType()
Gets the type of this config property.
|
String |
getValue()
Gets the value of this config property.
|
boolean |
hasAttribute(ConfigProperty.ConfigPropertyAttribute attr)
Indicates whether this object has the given configuration attribute.
|
boolean |
isImmutable()
Indicates whether the property is mutable.
|
String |
toString() |
public boolean hasAttribute(ConfigProperty.ConfigPropertyAttribute attr)
attr
- the attribute to check fortrue
is this object has the attr
attribute,
or false
otherwisepublic boolean isImmutable()
true
is immutable, false
otherwisepublic String getName()
public String getType()
public String getValue()