public abstract class EnvironmentResourceValue extends Object
| Constructor and Description |
|---|
EnvironmentResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
abstract EnvironmentResourceValueType |
getType()
Get the type of value for the environment resource.
|
abstract String |
getValue()
Return the value for the environment resource.
|
int |
hashCode() |
public abstract EnvironmentResourceValueType getType()
public abstract String getValue()