| Package | Description | 
|---|---|
| oracle.ide | 
 Contains classes that allow addins access to the IDE integration objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IdeArgs.Arguments | 
IdeArgs.Arguments.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static IdeArgs.Arguments[] | 
IdeArgs.Arguments.values()
Returns an array containing the constants of this enum type, in the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
IdeArgs.contains(IdeArgs.Arguments argument)
Check to see if the enum element is in the argument list. 
 | 
java.lang.String | 
IdeArgs.getOption(IdeArgs.Arguments argument)
Get the vale of the argument. 
 | 
boolean | 
IdeArgs.hasOption(IdeArgs.Arguments argument)
Check to see if the enum element is in the argument list with an option. 
 |