Poseidon for UMLTM
  UMLdoc
 PREV  CLASSIFIER    NEXT  CLASSIFIER     FRAMES    NO FRAMES      
SUMMARY:   INNER | ATTR | ASSOC | CONSTR | METHOD     DETAIL:   INNER | ATTR | ASSOC | CONSTR | METHOD     DIAGRAMS:   COLLAB | SEQ | STATE | ACTIV

Types

Class LengthConstraint

Types.DomainConstraint
    inheritTypes.LengthConstraint

public class 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.

See 8.1.6 and 8.1.7 of ISO 10303-11:2004.


 Attribute Summary
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. 

arrow_up
 

 Association Summary
public BINARYType  bINARYType
 
public STRINGType  sTRINGType
 
arrow_up
 

 

 Attribute Detail

isFixed

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.

See 8.1.6 and 8.1.8 of ISO 10303-11:2004. 
arrow_up


max_length

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".

See 8.1.6 and 8.1.9 of ISO 10303-11:2004. 
arrow_up
 Association Detail

bINARYType

public BINARYType bINARYType

arrow_up


sTRINGType

public STRINGType sTRINGType

arrow_up
Created  2005 - 6 - 15

    Poseidon for UMLTM
  UMLdoc
 PREV  CLASSIFIER    NEXT  CLASSIFIER     FRAMES    NO FRAMES      
SUMMARY:   INNER | ATTR | ASSOC | CONSTR | METHOD     DETAIL:   INNER | ATTR | ASSOC | CONSTR | METHOD     DIAGRAMS:   COLLAB | SEQ | STATE | ACTIV

Generated with Poseidon for UMLTM.
Poseidon is a registered trademark of Gentleware AG in Germany, USA and other countries. Copyright 2003-2004 Gentleware AG, Schanzenstr. 70, 20357 Hamburg, Germany. All Rights Reserved.

UML is a trademark or registered trademark of Object Management Group, Inc. in the U.S. and other countries.