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