Class UserGroupRole


  • public class UserGroupRole
    extends java.lang.Object
    Represents a user group role in the UI.
    • Constructor Summary

      Constructors 
      Constructor Description
      UserGroupRole​(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

      • UserGroupRole

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

      • getLabel

        public java.lang.String getLabel()
      • getValue

        public java.lang.String getValue()