public class MPSDoubleLong extends MPSDatatype
| Constructor and Description |
|---|
MPSDoubleLong() |
MPSDoubleLong(Double _value) |
| Modifier and Type | Method and Description |
|---|---|
void |
setConstraintDefaultValue(double defaultValue) |
void |
setConstraintIsReq(int constraintType,
boolean isRequired) |
void |
setConstraintMaxValue(int constraintType,
double maxValue) |
void |
setConstraintMinValue(int constraintType,
double minValue) |
void |
validate(String operationType,
Object _value,
String label) |
getConstraintTypepublic MPSDoubleLong()
public MPSDoubleLong(Double _value)
public void setConstraintDefaultValue(double defaultValue)
public void setConstraintIsReq(int constraintType,
boolean isRequired)
public void setConstraintMaxValue(int constraintType,
double maxValue)
public void setConstraintMinValue(int constraintType,
double minValue)
Copyright © 2013 Citrix Systems, Inc.. All Rights Reserved.