|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectru.goodidea.df.dictionary.constraint.CommonConstraint
ru.goodidea.df.dictionary.constraint.Constraint
ru.goodidea.df.dictionary.constraint.NumberConstraint
ru.goodidea.df.dictionary.constraint.IntegerConstraint
public class IntegerConstraint
Title:
Description:
Copyright: Copyright (c) 2004
Company:
| Field Summary |
|---|
| Fields inherited from class ru.goodidea.df.dictionary.constraint.CommonConstraint |
|---|
editable, field, nullable, required, visible |
| Fields inherited from interface ru.goodidea.df.xml.XMLFillable |
|---|
ATTRIBUTE_HEIGHT, ATTRIBUTE_WIDTH, ATTRIBUTE_X, ATTRIBUTE_Y |
| Constructor Summary | |
|---|---|
IntegerConstraint()
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
clone()
Creates and returns a copy of this object. |
CommonConstraint |
getCloned()
getCloned |
java.lang.Number |
getMax()
|
java.lang.Number |
getMin()
|
void |
setMax(java.lang.Number value)
setMax |
void |
setMin(java.lang.Number value)
setMin |
void |
unsetMaxSet()
unsetMaxIsSet |
void |
unsetMinSet()
unsetMinSet |
| Methods inherited from class ru.goodidea.df.dictionary.constraint.NumberConstraint |
|---|
fillXML, getFormat, isMaxset, isMinset, restoreXML, setFormat, setMaxset, setMinset |
| Methods inherited from class ru.goodidea.df.dictionary.constraint.Constraint |
|---|
isProcessable, setProcessable |
| Methods inherited from class ru.goodidea.df.dictionary.constraint.CommonConstraint |
|---|
applyConstraint, getField, isEditable, isNullable, isRequired, isVisible, setEditable, setField, setNullable, setRequired, setVisible |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerConstraint()
| Method Detail |
|---|
public java.lang.Number getMin()
getMin in class NumberConstraintpublic java.lang.Number getMax()
getMax in class NumberConstraintpublic void setMax(java.lang.Number value)
setMax in class NumberConstraintvalue - Numberpublic void setMin(java.lang.Number value)
setMin in class NumberConstraintvalue - Numberpublic void unsetMaxSet()
unsetMaxSet in class NumberConstraintpublic void unsetMinSet()
unsetMinSet in class NumberConstraint
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class Constraintjava.lang.CloneNotSupportedException - if the object's class does not support the
Cloneable interface. Subclasses that override
the clone method can also throw this exception
to indicate that an instance cannot be cloned.public CommonConstraint getCloned()
getCloned in interface ICloned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||