| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.externaltools.macro.Parameter
public final class Parameter
A parameter in a parameterized external tool macro.
Parameter| Constructor Summary | |
|---|---|
Parameter(java.lang.String name)Constructs a parameter, setting the label to be the same as the name.  | 
|
Parameter(java.lang.String name, java.lang.String label)Constructs a parameter.  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(java.lang.Object o) | 
 java.lang.String | 
getLabel()Gets the label used to represent this parameter in the macro picker UI.  | 
 java.lang.String | 
getName()Gets the name of the parameter used in the macro.  | 
 int | 
hashCode() | 
 java.lang.String | 
toString() | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Parameter(java.lang.String name,
                 java.lang.String label)
name - the name of the parameter. This is the string used in the macro to represent this parameter.label - the label to use in the macro picker UI for this parameter.public Parameter(java.lang.String name)
name - the name of the parameter. This is the string used in the macro to represent this parameter.| Method Detail | 
|---|
public java.lang.String getLabel()
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||