public class RawDataProperty extends ExtendedProperty
ExtendedProperty
Modifier and Type | Field and Description |
---|---|
private int |
channel |
Constructor and Description |
---|
RawDataProperty(java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String column,
Type type,
int length,
boolean nullable,
Formula.AverageMethod averageMethod,
int channel)
Create a new rawdata property.
|
Modifier and Type | Method and Description |
---|---|
int |
getChannel()
Get the channel this property belongs to.
|
getAverageMethod, getColumn, getDescription, getLength, getName, getTitle, getType, getUrl, isAveragable, isInsertable, isNullable, isRestrictedEdit, isUpdateable, isValidName, parseString, parseString, toTransferable, validateValue
RawDataProperty(java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String column, Type type, int length, boolean nullable, Formula.AverageMethod averageMethod, int channel)