public class ActionName extends Object
| Constructor and Description |
|---|
ActionName() |
ActionName(String name, String oracleHome)
Construct an ActionName instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the action.
|
String |
getOracleHome()
Returns the Oracle Home containing the action.
|
void |
setName(String name)
Sets the name of the action.
|
void |
setOracleHome(String oracleHome)
Sets Oracle Home path.
|
public String getName()
public void setName(String name)
name - action namepublic String getOracleHome()
public void setOracleHome(String oracleHome)
oracleHome - oracle home path