script
AbstractBaseParameter

This class is a base abstract class for all parameters.



public abstract class AbstractBaseParameter

Properties
displayName The name displayed in UI forms (velocity only) for the parameter (must be the same as the one defined in the script version).

type=string
default=
minimum=0
maximum=255

mode The mode for the parameter.

type=script.ParameterMode
access=read-create
default=modify

paramType The type of the parameter.

type=script.ParameterType
access=read-create
default=string

parameterName The name of the parameter (must be the same as the one defined in the script version).

type=string
access=read-create
default=
minimum=1
maximum=255
Mandatory on create

script.AbstractParameterAction-Set type=Children-Set
tooltip The tooltip (velocity only) for the parameter (must be the same as the one defined in the script version).

type=string
default=
minimum=0
maximum=1000

uiOrder The location where the parameter will appear in the UI.

type=int
access=read-create
default=-1

xCoord The X location where the parameter will appear in the UI.

type=int
access=read-create
default=0

yCoord The Y location where the parameter will appear in the UI.

type=int
access=read-create
default=0

  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed