com.adobe.livecycle.ibmfilenetprocessengineconnector.client.type.impl
Class StepParameterDefinition

java.lang.Object
  extended by com.adobe.livecycle.ibmfilenetprocessengineconnector.client.type.impl.StepParameterDefinition
All Implemented Interfaces:
IStepParameterDefinition, java.io.Serializable

public class StepParameterDefinition
extends java.lang.Object
implements IStepParameterDefinition, java.io.Serializable

Implementation of Step Parameter Information interface

Since:
10 September 2007
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.adobe.livecycle.ibmfilenetprocessengineconnector.client.type.IStepParameterDefinition
IStepParameterDefinition.DataType, IStepParameterDefinition.ModeType
 
Constructor Summary
StepParameterDefinition(java.lang.String aName, java.lang.String aDescription, IStepParameterDefinition.DataType aDataType, boolean isArray, IStepParameterDefinition.ModeType aModeType)
          Creates a Step Parameter Definition
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 IStepParameterDefinition.DataType getDataType()
          Retrieves the data type of the parameter.
 java.lang.String getDescription()
          Retrieves the description text of the parameter.
 IStepParameterDefinition.ModeType getModeType()
          Retrieves the mode of the parameter.
 java.lang.String getName()
          Retrieves the name of the parameter.
 int hashCode()
           
 boolean isArray()
          Retrieves whether the parameter is an array of values.
 void setDataType(IStepParameterDefinition.DataType aDataType)
          Sets the data type of the parameter.
 void setDescription(java.lang.String aDescription)
          Sets the description text for the parameter.
 void setIsArray(boolean isArray)
          Sets whether the parameter is an array of values.
 void setModeType(IStepParameterDefinition.ModeType aModeType)
          Sets the mode of the parameter.
 void setName(java.lang.String aName)
          Sets the name of the parameter.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepParameterDefinition

public StepParameterDefinition(java.lang.String aName,
                               java.lang.String aDescription,
                               IStepParameterDefinition.DataType aDataType,
                               boolean isArray,
                               IStepParameterDefinition.ModeType aModeType)
Creates a Step Parameter Definition

Parameters:
aName -
aDescription -
aDataType -
isArray -
aModeType -
Method Detail

setName

public void setName(java.lang.String aName)
Description copied from interface: IStepParameterDefinition
Sets the name of the parameter.

Specified by:
setName in interface IStepParameterDefinition
See Also:
IStepParameterDefinition.setName(java.lang.String)

getName

public java.lang.String getName()
Description copied from interface: IStepParameterDefinition
Retrieves the name of the parameter.

Specified by:
getName in interface IStepParameterDefinition
See Also:
IStepParameterDefinition.getName()

setDescription

public void setDescription(java.lang.String aDescription)
Description copied from interface: IStepParameterDefinition
Sets the description text for the parameter.

Specified by:
setDescription in interface IStepParameterDefinition
See Also:
IStepParameterDefinition.setDescription(java.lang.String)

getDescription

public java.lang.String getDescription()
Description copied from interface: IStepParameterDefinition
Retrieves the description text of the parameter.

Specified by:
getDescription in interface IStepParameterDefinition
See Also:
IStepParameterDefinition.getDescription()

setDataType

public void setDataType(IStepParameterDefinition.DataType aDataType)
Description copied from interface: IStepParameterDefinition
Sets the data type of the parameter.

Specified by:
setDataType in interface IStepParameterDefinition
See Also:
IStepParameterDefinition.setDataType(IStepParameterDefinition.DataType)

getDataType

public IStepParameterDefinition.DataType getDataType()
Description copied from interface: IStepParameterDefinition
Retrieves the data type of the parameter.

Specified by:
getDataType in interface IStepParameterDefinition
See Also:
IStepParameterDefinition.getDataType()

setIsArray

public void setIsArray(boolean isArray)
Description copied from interface: IStepParameterDefinition
Sets whether the parameter is an array of values.

Specified by:
setIsArray in interface IStepParameterDefinition
See Also:
IStepParameterDefinition.setIsArray(boolean)

isArray

public boolean isArray()
Description copied from interface: IStepParameterDefinition
Retrieves whether the parameter is an array of values.

Specified by:
isArray in interface IStepParameterDefinition
See Also:
IStepParameterDefinition.isArray()

setModeType

public void setModeType(IStepParameterDefinition.ModeType aModeType)
Description copied from interface: IStepParameterDefinition
Sets the mode of the parameter.

Specified by:
setModeType in interface IStepParameterDefinition
See Also:
IStepParameterDefinition.setModeType(IStepParameterDefinition.ModeType)

getModeType

public IStepParameterDefinition.ModeType getModeType()
Description copied from interface: IStepParameterDefinition
Retrieves the mode of the parameter.

Specified by:
getModeType in interface IStepParameterDefinition
See Also:
IStepParameterDefinition.getModeType()

hashCode

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

equals

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

toString

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