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