CadStringParameter

Inheritance: java.lang.Object, CadParameterT

The Cad string parameter.

Constructors

ConstructorDescription
CadStringParameter(int type)Initializes a new instance of the CadStringParameter class.
CadStringParameter()Initializes a new instance of the CadStringParameter class.

Methods

MethodDescription
getValue()Gets or sets the value.
setValue(String value)Gets or sets the value.
init(CadCodeValue value)Initialize the specified value.
init(Object value)Initialize the specified value.

CadStringParameter(int type)

public CadStringParameter(int type)

Initializes a new instance of the CadStringParameter class.

Parameters:

ParameterTypeDescription
typeintThe type of the parameter.

CadStringParameter()

public CadStringParameter()

Initializes a new instance of the CadStringParameter class.

getValue()

public String getValue()

Gets or sets the value.

Returns: String - The value of the parameter.

setValue(String value)

public void setValue(String value)

Gets or sets the value.

Parameters:

ParameterTypeDescription
valueStringThe value of the parameter.

init(CadCodeValue value)

public void init(CadCodeValue value)

Initialize the specified value.

Parameters:

ParameterTypeDescription
valueCadCodeValueThe value of the parameter.

init(Object value)

public void init(Object value)

Initialize the specified value.

Parameters:

ParameterTypeDescription
valueObjectThe value of the parameter.