|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IERDatatype
Interface for ERDatatype. Can be set as ERAttribute type and ERDomain type.
ERModelEditor
,
IERAttribute
,
IERDomain
Field Summary |
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement |
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY |
Method Summary | |
abstract String |
getDefaultLengthPrecision()
Get Length/Precision as default. |
abstract String |
getDescription()
Get Description. |
abstract String |
getLengthConstraint()
Get Length constraint. |
abstract String |
getPrecisionConstraint()
Get Precision constraint. |
abstract void |
setDefaultLengthPrecision(String defaultLength)
Set Default Length and Precision. |
abstract void |
setDescription(String description)
Set Description. |
abstract void |
setLengthConstraint(String lengthConstraint)
Set Length Constraint. |
abstract void |
setPrecisionConstraint(String precisionConstaint)
Set Precision Constraint. |
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getAlias1, getAlias2, getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
addStereotype, getComments, getId, getOwner, getStereotypes, getTaggedValues, getTypeModifier, isReadOnly, removeStereotype, setTypeModifier |
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
Method Detail |
public abstract String getLengthConstraint()
public abstract String getPrecisionConstraint()
public abstract String getDefaultLengthPrecision()
public abstract String getDescription()
public abstract void setLengthConstraint(String lengthConstraint)
lengthConstraint
- Length Constraint
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in JUDE/Community. PARAMETER_ERROR_KEY - if a parameter is not set properly. INVALID_LENGTH_PRICISION_ERROR_KEY - if length and precision are not correct. BAD_TRANSACTION_KEY - Bad Transaction. HAS_EXCEPTION_KEY - if an exception has occurred.
Values: Error messages for exceptions.
public abstract void setPrecisionConstraint(String precisionConstaint)
precisionConstaint
- Precision Constraint
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in JUDE/Community. PARAMETER_ERROR_KEY - if a parameter is not set properly. INVALID_LENGTH_PRICISION_ERROR_KEY - if length and precision are not correct. BAD_TRANSACTION_KEY - Bad Transaction. HAS_EXCEPTION_KEY - if an exception has occurred.
Values: Error messages for exceptions.
public abstract void setDefaultLengthPrecision(String defaultLength)
defaultLength
- Length and Precision
value "10" : Length 10 value "10,5" : Length 10, Precision 5 To set Length and Precision, Datatype option for Length and Precision is referred. None : value should NOT be set. Optional : value is optional. Required : value is required. It should NOT be null.
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in JUDE/Community. PARAMETER_ERROR_KEY - if a parameter is not set properly. INVALID_LENGTH_PRICISION_ERROR_KEY - if length and precision are not correct. BAD_TRANSACTION_KEY - Bad Transaction. HAS_EXCEPTION_KEY - if an exception has occurred.
Values: Error messages for exceptions.
public abstract void setDescription(String description)
description
- Description
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in JUDE/Community. PARAMETER_ERROR_KEY - if a parameter is not set properly. BAD_TRANSACTION_KEY - Bad Transaction. HAS_EXCEPTION_KEY - if an exception has occurred.
Values: Error messages for exceptions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |