|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||
Types
Types.LengthConstraint
represents any maximum-length or fixed-length constraint on a STRING or BINARY type that appears in its syntactic designation. A LengthConstraint is a DomainConstraint, considered to have an equivalent Boolean expression using the built-in Length() function.
|
|||
public
Boolean
|
isFixed
True if all values of the SimpleType are required to be of the same length; False if the constraint specifies only the maximum length of the values. |
||
public
Integer
|
max_length
represents a constant value specifying the required maximum/fixed length of the STRING or BINARY value. |
||
|
|
|||
public
BINARYType
|
bINARYType
|
||
public
STRINGType
|
sTRINGType
|
||
|
|
|||
public
Boolean isFixed
True if all values of the SimpleType are required to be of the same length; False if the constraint specifies only the maximum length of the values.
|
public
Integer max_length
represents a constant value specifying the required maximum/fixed length of the STRING or BINARY value. This attribute is present when the constraint expression is a "constant".
|
|
|||
public
BINARYType bINARYType
|
public
STRINGType sTRINGType
|
|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||