ca.sqlpower.architect.profile
Class ProfileFunctionDescriptor
java.lang.Object
ca.sqlpower.architect.profile.ProfileFunctionDescriptor
public class ProfileFunctionDescriptor
- extends java.lang.Object
|
Constructor Summary |
ProfileFunctionDescriptor(java.lang.String dataTypeName,
int dataTypeCode,
boolean countDist,
boolean maxValus,
boolean minValue,
boolean avgValue,
boolean maxLength,
boolean minLength,
boolean avgLength,
boolean sumDecode)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileFunctionDescriptor
public ProfileFunctionDescriptor(java.lang.String dataTypeName,
int dataTypeCode,
boolean countDist,
boolean maxValus,
boolean minValue,
boolean avgValue,
boolean maxLength,
boolean minLength,
boolean avgLength,
boolean sumDecode)
isAvgLength
public boolean isAvgLength()
setAvgLength
public void setAvgLength(boolean avgLength)
isAvgValue
public boolean isAvgValue()
setAvgValue
public void setAvgValue(boolean avgValue)
isCountDist
public boolean isCountDist()
setCountDist
public void setCountDist(boolean countDist)
getDataTypeCode
public int getDataTypeCode()
setDataTypeCode
public void setDataTypeCode(int dataTypeCode)
getDataTypeName
public java.lang.String getDataTypeName()
setDataTypeName
public void setDataTypeName(java.lang.String dataTypeName)
isMaxLength
public boolean isMaxLength()
setMaxLength
public void setMaxLength(boolean maxLength)
isMaxValue
public boolean isMaxValue()
setMaxValue
public void setMaxValue(boolean maxValue)
isMinLength
public boolean isMinLength()
setMinLength
public void setMinLength(boolean minLength)
isMinValue
public boolean isMinValue()
setMinValue
public void setMinValue(boolean minValue)
isSumDecode
public boolean isSumDecode()
setSumDecode
public void setSumDecode(boolean sumDecode)
Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca