public final class PropertyDefinition extends Object
| Constructor and Description |
|---|
PropertyDefinition(String name)
Defines a new property with the given name.
|
PropertyDefinition(String name,
Object defaultValue)
Defines a new property with the given name
and default value.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue()
Gets the default value for the property
|
String |
getName()
Gets the property name
|
public PropertyDefinition(String name)
null.name - the name of the propertyCopyright © 2024 Actian Corporation. All rights reserved.