public abstract class BaseProperty extends Object
Property
gives access to a scalar or array value stored in an underlying table. This base class contains
common code.
When stored, the values are normalized to their standard type.
Modifier and Type | Field and Description |
---|---|
protected String |
name
The property name.
|
PropertyType |
type
The property type.
|
Constructor and Description |
---|
BaseProperty(String name,
PropertyType type,
boolean readonly)
Creates a Property.
|
Modifier and Type | Method and Description |
---|---|
protected void |
checkWritable() |
String |
getName() |
void |
refresh(boolean keepChanges) |
void |
remove() |
void |
save() |
public final PropertyType type
public BaseProperty(String name, PropertyType type, boolean readonly)
Copyright © 2018 Nuxeo. All rights reserved.