|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IMultiplicityRange
public IMultiplicityRange
Interface for Multiplicity Range.
Field Summary | |
---|---|
static int |
UNDEFINED
No setting. |
static int |
UNLIMITED
No Upper Limit. |
Method Summary | |
---|---|
abstract int |
getLower()
Get Lower. |
abstract int |
getUpper()
Get Upper |
abstract void |
setLower(int lower)
Set Lower |
abstract void |
setUpper(int upper)
Set Upper |
Field Detail |
---|
static final int UNDEFINED
static final int UNLIMITED
Method Detail |
---|
abstract int getLower()
abstract int getUpper()
abstract void setLower(int lower)
lower
- Lower
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community. PARAMETER_ERROR_KEY - if a parameter is not set properly. READ_ONLY_KEY - if a read-only element is edited.
Values: Error messages for exceptions.
abstract void setUpper(int upper)
upper
- Upper
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community. PARAMETER_ERROR_KEY - if a parameter is not set properly. READ_ONLY_KEY - if a read-only element is edited.
Values: Error messages for exceptions.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |