Uses of Class
org.silverpeas.components.community.model.MembershipStatus
-
Packages that use MembershipStatus Package Description org.silverpeas.components.community.model The business objects used to represent a community of users and its members. -
-
Uses of MembershipStatus in org.silverpeas.components.community.model
Methods in org.silverpeas.components.community.model that return MembershipStatus Modifier and Type Method Description MembershipStatus
CommunityMembership. getStatus()
Gets the current status of this membership.static MembershipStatus
MembershipStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static MembershipStatus[]
MembershipStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-