public abstract class EnvironmentResource extends AppSvcResource
| Modifier and Type | Field and Description |
|---|---|
protected static oracle.fmwplatform.util.logging.PlatformLogger |
log |
| Constructor and Description |
|---|
EnvironmentResource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getName()
Get the name of the resource.
|
abstract EnvironmentResourceType |
getType()
Returns the type of environment resource this object represents.
|
EnvironmentResourceValue |
getValue()
Get the value of the resource.
|
int |
hashCode() |
void |
setName(String name)
Set the name of the resource.
|
EnvironmentResource |
setValue(EnvironmentResourceValue value)
Set the value of the resource.
|
getId, getReservedKeywords, getSourcePath, getTargets, isClusterable, setIdpublic abstract EnvironmentResourceType getType()
public String getName()
getName in class AppSvcResourcepublic void setName(String name)
name - the resource namepublic EnvironmentResourceValue getValue()
public EnvironmentResource setValue(EnvironmentResourceValue value)
value - the resource value