Class RelationType


  • public class RelationType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static short LIKE  
      static short POWER  
      static short RESPECT  
    • Constructor Summary

      Constructors 
      Constructor Description
      RelationType()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getName​(short relationType)  
      static short parseType​(java.lang.String relationType)  
      • Methods inherited from class java.lang.Object

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

      • RelationType

        public RelationType()
    • Method Detail

      • parseType

        public static short parseType​(java.lang.String relationType)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getName

        public static java.lang.String getName​(short relationType)