Class ModelConstant


  • public class ModelConstant
    extends java.lang.Object
    String constants of the java object model for generation. Outcome of the JavaInputReader.
    Version:
    $Revision$
    Author:
    Malte Brunnlieb
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MAX_LENGTH
      Tag that stores the MAX_LENGTH constraint
      static java.lang.String MAXIMUM
      Tag that stores the MAXIMUM constraint
      static java.lang.String MIN_LENGTH
      Tag that stores the MIN_LENGTH constraint
      static java.lang.String MINIMUM
      Tag that stores the MINIMUM constraint
      static java.lang.String NOTNULL
      Tag that stores the NOTNULL constraint
      static java.lang.String UNIQUE
      Tag for check the constraint UNIQUE
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelConstant()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MAXIMUM

        public static final java.lang.String MAXIMUM
        Tag that stores the MAXIMUM constraint
        See Also:
        Constant Field Values
      • MINIMUM

        public static final java.lang.String MINIMUM
        Tag that stores the MINIMUM constraint
        See Also:
        Constant Field Values
      • MAX_LENGTH

        public static final java.lang.String MAX_LENGTH
        Tag that stores the MAX_LENGTH constraint
        See Also:
        Constant Field Values
      • MIN_LENGTH

        public static final java.lang.String MIN_LENGTH
        Tag that stores the MIN_LENGTH constraint
        See Also:
        Constant Field Values
      • NOTNULL

        public static final java.lang.String NOTNULL
        Tag that stores the NOTNULL constraint
        See Also:
        Constant Field Values
      • UNIQUE

        public static final java.lang.String UNIQUE
        Tag for check the constraint UNIQUE
        See Also:
        Constant Field Values
    • Constructor Detail

      • ModelConstant

        public ModelConstant()