Class RoleReference

    • Constructor Detail

      • RoleReference

        public RoleReference()
        Default constructor.
      • RoleReference

        public RoleReference​(String name,
                             String description)
        Construct a role reference from the given name and description.
      • RoleReference

        public RoleReference​(EnvironmentProperty environmentProperty)
        Construct the role reference with the same name and rolename the same as the environment property value.
        Parameters:
        the - environment property instance.