StrValue

StrValue class

String value

Constructors

NameDescription
StrValueConstructor.
StrValueConstructor.
StrValueConstructor.

Properties

NameTypeDescription
ValueStringString value.
UfeUnitFormulaErrAttributes of an element.

Methods

NameDescription
equalsAre objects equal.
hashCodeServes as a hash function for a particular type.
deepCloneCreates deep copy of this instance.

StrValue(value) (1 of 3)

Constructor.

ParameterTypeDescription
valueString

StrValue(value, ufe) (2 of 3)

Constructor.

ParameterTypeDescription
valueString
ufeUnitFormulaErr

StrValue(value, unit) (3 of 3)

Constructor.

ParameterTypeDescription
valueString
ufe

StrValue.Value property

String value.

Type: String

StrValue.Ufe property

Attributes of an element.

Type: UnitFormulaErr

equals(value)

Are objects equal.

ParameterTypeDescription
valueObject

hashCode()

Serves as a hash function for a particular type.

deepClone()

Creates deep copy of this instance.