CustomProperty

Inheritance: java.lang.Object

public class CustomProperty

Represents identifier information.

Constructors

ConstructorDescription
CustomProperty()

Methods

MethodDescription
equals(Object arg0)
getClass()
getName()Returns or sets the name of the object.
getStringValue()Returns or sets the value of the custom property.
getValue()Returns or sets the value of the custom property.
hashCode()
notify()
notifyAll()
setName(String value)Returns or sets the name of the object.
setStringValue(String value)Returns or sets the value of the custom property.
setValue(String value)Returns or sets the value of the custom property.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CustomProperty()

public CustomProperty()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getName()

public String getName()

Returns or sets the name of the object.

Returns: java.lang.String

getStringValue()

public String getStringValue()

Returns or sets the value of the custom property.

Remarks

NOTE: This member is now obsolete. Instead, please use CustomProperty.Value property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

Returns: java.lang.String

getValue()

public String getValue()

Returns or sets the value of the custom property.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setName(String value)

public void setName(String value)

Returns or sets the name of the object.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setStringValue(String value)

public void setStringValue(String value)

Returns or sets the value of the custom property.

Remarks

NOTE: This member is now obsolete. Instead, please use CustomProperty.Value property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setValue(String value)

public void setValue(String value)

Returns or sets the value of the custom property.

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