public abstract class Property extends Object
Represents a base class of a property.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the property.
|
Object |
getValue()
Gets the value of the property.
|
void |
setValue(Object value)
Sets the value of the property.
|
String |
toString()
Returns the property value as string.
|
public final String getName()
Gets the name of the property.
public final Object getValue()
Gets the value of the property.
public final void setValue(Object value)
Sets the value of the property.
value
- the value of the property.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.