Uses of Class
joynr.infrastructure.DacTypes.Role
-
Packages that use Role Package Description joynr.infrastructure.DacTypes -
-
Uses of Role in joynr.infrastructure.DacTypes
Methods in joynr.infrastructure.DacTypes that return Role Modifier and Type Method Description static RoleRole. getEnumValue(Integer ordinal)Get the matching enum for an ordinal numberRoleDomainRoleEntry. getRole()Gets Rolestatic RoleRole. valueOf(String name)Returns the enum constant of this type with the specified name.static Role[]Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in joynr.infrastructure.DacTypes with parameters of type Role Modifier and Type Method Description voidDomainRoleEntry. setRole(Role role)Sets RoleConstructors in joynr.infrastructure.DacTypes with parameters of type Role Constructor Description DomainRoleEntry(String uid, String[] domains, Role role)Parameterized constructor
-