Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.externaltools.macro
Class Parameter

java.lang.Object
  extended by oracle.ide.externaltools.macro.Parameter


public final class Parameter
extends java.lang.Object

A parameter in a parameterized external tool macro.

Since:
10.1.3
See Also:
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

Parameter

public Parameter(java.lang.String name,
                 java.lang.String label)
Constructs a parameter.
Parameters:
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.

Parameter

public Parameter(java.lang.String name)
Constructs a parameter, setting the label to be the same as the name.
Parameters:
name - the name of the parameter. This is the string used in the macro to represent this parameter.

Method Detail

getLabel

public java.lang.String getLabel()
Gets the label used to represent this parameter in the macro picker UI.
Returns:
the label used to represent this parameter in the macro picker UI.

getName

public java.lang.String getName()
Gets the name of the parameter used in the macro.
Returns:
the name of the parameter used in the macro.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.