Package net.sf.basedb.core
Class RawDataProperty
java.lang.Object
net.sf.basedb.core.ExtendedProperty
net.sf.basedb.core.RawDataProperty
Holds information about an extended property for raw data.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
- Last modified
- $Date: 2018-07-11 14:42:30 +0200 (on, 11 jul 2018) $
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRawDataProperty
(String name, String title, String description, String column, Type type, int length, boolean nullable, Formula.AverageMethod averageMethod, int channel) Create a new rawdata property. -
Method Summary
Methods inherited from class net.sf.basedb.core.ExtendedProperty
getAverageMethod, getColumn, getDescription, getLength, getName, getTitle, getType, getUrl, isAveragable, isHidden, isInsertable, isNullable, isRestrictedEdit, isUpdateable, isValidName, parseString, parseString, validateValue
-
Field Details
-
channel
private final int channel
-
-
Constructor Details
-
Method Details
-
getChannel
public int getChannel()Get the channel this property belongs to.- Returns:
- The channel number, or zero if it doesn't belong to any particular channel
-