Str2Value

Inheritance: java.lang.Object, com.aspose.diagram.StrValue

public class Str2Value extends StrValue

String value.

Constructors

ConstructorDescription
Str2Value(String value)Constructor.
Str2Value(String value, UnitFormulaErrV ufev)Constructor.

Methods

MethodDescription
deepClone()Creates deep copy of this instance.
equals(Object value)Are objects equal.
getClass()
getUfe()Attributes of an element.
getUfev()Attributes of an element.
getValue()String value.
hashCode()Serves as a hash function for a particular type.
notify()
notifyAll()
setUfe(UnitFormulaErr value)For the description of this property, please see getUfe()
setUfev(UnitFormulaErrV value)For the description of this property, please see getUfev()
setValue(String value)For the description of this property, please see getValue()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Str2Value(String value)

public Str2Value(String value)

Constructor.

Parameters:

ParameterTypeDescription
valuejava.lang.String

Str2Value(String value, UnitFormulaErrV ufev)

public Str2Value(String value, UnitFormulaErrV ufev)

Constructor.

Parameters:

ParameterTypeDescription
valuejava.lang.String
ufevUnitFormulaErrV

deepClone()

public Object deepClone()

Creates deep copy of this instance.

Returns: java.lang.Object -

equals(Object value)

public boolean equals(Object value)

Are objects equal.

Parameters:

ParameterTypeDescription
valuejava.lang.Object

Returns: boolean -

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getUfe()

public UnitFormulaErr getUfe()

Attributes of an element.

Returns: UnitFormulaErr

getUfev()

public UnitFormulaErrV getUfev()

Attributes of an element.

Returns: UnitFormulaErrV

getValue()

public String getValue()

String value.

Returns: java.lang.String

hashCode()

public int hashCode()

Serves as a hash function for a particular type.

Returns: int -

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setUfe(UnitFormulaErr value)

public void setUfe(UnitFormulaErr value)

For the description of this property, please see getUfe()

Parameters:

ParameterTypeDescription
valueUnitFormulaErr

setUfev(UnitFormulaErrV value)

public void setUfev(UnitFormulaErrV value)

For the description of this property, please see getUfev()

Parameters:

ParameterTypeDescription
valueUnitFormulaErrV

setValue(String value)

public void setValue(String value)

For the description of this property, please see getValue()

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int