public class MPSDouble extends MPSDatatype
| 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 MPSDouble()
public MPSDouble(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.