public class StringEnvironmentResourceValue extends EnvironmentResourceValue
| Constructor and Description |
|---|
StringEnvironmentResourceValue() |
StringEnvironmentResourceValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentResourceValueType |
getType()
Get the type of value for the environment resource.
|
String |
getValue()
Get the value.
|
void |
setValue(String value)
Set the value.
|
String |
toString() |
equals, hashCodepublic StringEnvironmentResourceValue()
public StringEnvironmentResourceValue(String value)
public EnvironmentResourceValueType getType()
getType in class EnvironmentResourceValuepublic String getValue()
getValue in class EnvironmentResourceValuepublic void setValue(String value)
value - the value to set