Uses of Class
com.saperion.intf.SaUserInfo.GroupKind
-
Packages that use SaUserInfo.GroupKind Package Description com.saperion.intf This package contains the common used interfaces for the LARIX components.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components. -
-
Uses of SaUserInfo.GroupKind in com.saperion.intf
Methods in com.saperion.intf that return SaUserInfo.GroupKind Modifier and Type Method Description static SaUserInfo.GroupKind
SaUserInfo.GroupKind. get(int i)
SaUserInfo.GroupKind
SaUserInfo. getGroupKind()
This method returns the kind of user management entity.static SaUserInfo.GroupKind
SaUserInfo.GroupKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaUserInfo.GroupKind[]
SaUserInfo.GroupKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SaUserInfo.GroupKind in com.saperion.rmi
Methods in com.saperion.rmi that return SaUserInfo.GroupKind Modifier and Type Method Description SaUserInfo.GroupKind
SaUserInfoImpl. getGroupKind()
This method returns the kind of user management entity.
-