Package 

Enum GFieldGroup.Field

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable , java.lang.constant.Constable

    
    public enum GFieldGroup.Field
    
                        

    Enum containing all data bean's fields.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int index
      private String name
    • Method Summary

      Modifier and Type Method Description
      String toString() Gets field's attributes to string.
      static Array<GFieldGroup.Field> values()
      static GFieldGroup.Field valueOf(String name)
      int getIndex() Gets field's index.
      String getName() Gets field's name.
      • Methods inherited from class java.lang.constant.Constable

        describeConstable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait