script
AbstractParameter

This class is an abstract class used to define parameters used in a script.



public abstract class AbstractParameter

Properties
checkBoxValue A value that can be set for a parameter. If this value is specified, a check box appears beside a component to allow this value to be set when checked.

type=string
minimum=0
maximum=4000

checkBoxValueUIName A visual name that will be displayed beside the checkbox value item.

type=string
minimum=0
maximum=255

impact Identifies if a parameter has a special impact on the state of the network element (may cause full or partial reset of the node).

type=script.ImpactType
access=read-create
default=noReset

required Identifies (velocity only) if the parameter is required (must be the same as the one defined in the script version).

type=boolean
access=read-create
default=false

runtime Identifies if the parameter is specified at runtime (must be the same as the one defined in the script version).

type=boolean
access=read-create
default=false

script.ParameterMethod-Set type=Children-Set
unset Identifies if a parameter is unset (primarily used for eNB).

type=boolean
access=read-create
default=false

value The value of the parameter. If a default is defined, it will be filled in on creation.

type=string
access=read-create
default=
minimum=0
maximum=4000
Mandatory on create

  
Properties inherited from script.AbstractBaseParameter
displayName, mode, paramType, parameterName, script.AbstractParameterAction-Set, tooltip, uiOrder, xCoord, yCoord
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed