Package 

Enum BizParentTypeEnum

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

    
    public enum BizParentTypeEnum
    
                        

    Relation Type Enum.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public int type
    • Method Summary

      Modifier and Type Method Description
      static BizParentTypeEnum to(int type) Convert enumerated types according to type.
      static Array<BizParentTypeEnum> values()
      static BizParentTypeEnum valueOf(String name)
      int getType() Get enum type.
      void setType(int type) Set enum type.
      • Methods inherited from class java.lang.Object

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