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