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()
Return the name of the action
|
String |
getOracleHome()
Return the Oracle Home containing the action.
|
void |
setName(String name)
Set the name of the action
|
void |
setOracleHome(String oracleHome)
Set 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