Class Role


  • public class Role
    extends java.lang.Object
    Represents a ProjectRole in the interface, including it's translation.
    • Constructor Summary

      Constructors 
      Constructor Description
      Role​(java.lang.String value, java.lang.String label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

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

      • Role

        public Role​(java.lang.String value,
                    java.lang.String label)
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • getLabel

        public java.lang.String getLabel()