net.sf.basedb.core
Class RawDataProperty
java.lang.Object
net.sf.basedb.core.ExtendedProperty
net.sf.basedb.core.RawDataProperty
- All Implemented Interfaces:
- ToTransferable<ExtendedPropertyInfo>
public class RawDataProperty
- extends ExtendedProperty
Holds information about an extended property for raw data.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
ExtendedProperty
- Last modified
- $Date: 2009-04-06 14:52:39 +0200 (Mon, 06 Apr 2009) $
Method Summary |
int |
getChannel()
Get the channel this property belongs to. |
Methods inherited from class net.sf.basedb.core.ExtendedProperty |
getAverageMethod, getColumn, getDescription, getLength, getName, getTitle, getType, getUrl, isAveragable, isInsertable, isNullable, isUpdateable, isValidName, parseString, parseString, parseString, toTransferable, validateValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
channel
private final int channel
RawDataProperty
RawDataProperty(String name,
String title,
String description,
String column,
Type type,
int length,
boolean nullable,
Formula.AverageMethod averageMethod,
int channel)
- Create a new rawdata property.
See the getter methods for a description of the parameters.
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