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 |
---|---|
PropertyType |
type
The property type.
|
Constructor and Description |
---|
BaseProperty(String name,
PropertyType type,
boolean readonly)
Creates a Property.
|
public final PropertyType type
public BaseProperty(String name, PropertyType type, boolean readonly)
public String getName()
public void refresh(boolean keepChanges) throws StorageException
StorageException
public void remove() throws StorageException
StorageException
public void save() throws StorageException
StorageException
Copyright © 2011 Nuxeo SA. All Rights Reserved.