Enum FieldType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<FieldType>

    public enum FieldType
    extends java.lang.Enum<FieldType>
    • Method Detail

      • values

        public static FieldType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (FieldType c : FieldType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static FieldType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getConditionals

        public abstract java.util.Collection<ConditionSearchType> getConditionals()
      • getClassType

        public abstract java.lang.Class<?> getClassType()
      • getName

        public java.lang.String getName()
      • getValueInsertTest

        public abstract java.lang.String getValueInsertTest()
      • getValueCloneTest

        public abstract java.lang.String getValueCloneTest()
      • getValueChangeTest

        public abstract java.lang.String getValueChangeTest()
      • format

        public abstract java.lang.String format​(java.lang.Object value)
      • getTagXhtml

        public abstract java.lang.String getTagXhtml​(boolean master,
                                                     java.lang.String nameController,
                                                     java.lang.String nameMaster,
                                                     java.lang.String dataDetail,
                                                     java.lang.String entity,
                                                     java.lang.String attribute,
                                                     boolean required,
                                                     java.lang.String tabs)
      • getColumnSqlType

        public abstract java.lang.String getColumnSqlType​(java.lang.String columnName,
                                                          boolean required)
      • getAttribute

        public java.lang.String getAttribute()
      • getDescription

        public java.lang.String getDescription()
      • getNameColumnDatabase

        public java.lang.String getNameColumnDatabase()
      • getWidthXhtml

        public java.lang.Integer getWidthXhtml()
      • getSizeColumnDatabase

        public java.lang.Integer getSizeColumnDatabase()
      • getSpan

        public java.lang.Integer getSpan()
      • isDateTime

        public boolean isDateTime()
      • isEnum

        public boolean isEnum()
      • isGeneric

        public boolean isGeneric()
      • isAddress

        public boolean isAddress()
      • isNumber

        public boolean isNumber()
      • isInteger

        public boolean isInteger()
      • isLong

        public boolean isLong()
      • isDecimal

        public boolean isDecimal()
      • isString

        public boolean isString()
      • isEntity

        public boolean isEntity()
      • getDescription

        public static FieldType getDescription​(java.lang.String fieldDescription)
      • getCollection

        public static java.util.Collection<FieldType> getCollection()
      • getGenerateId

        public java.lang.String getGenerateId​(java.lang.String nameMaster,
                                              java.lang.String dataDetail,
                                              java.lang.String attribute)
      • getStyleAlignText

        public java.lang.String getStyleAlignText()
      • getStyleWidth

        public java.lang.String getStyleWidth()
      • getBundleJsf

        public static java.lang.String getBundleJsf​(java.lang.String attribute)
      • isCpfCnpj

        public boolean isCpfCnpj()