Uses of Class
org.gcube.portal.shared.VreMembershipType
-
Packages that use VreMembershipType Package Description org.gcube.portal.shared -
-
Uses of VreMembershipType in org.gcube.portal.shared
Fields in org.gcube.portal.shared declared as VreMembershipType Modifier and Type Field Description protected VreMembershipTypeVRE. membershipTypeMethods in org.gcube.portal.shared that return VreMembershipType Modifier and Type Method Description VreMembershipTypeVRE. getMembershipType()static VreMembershipTypeVreMembershipType. valueOf(String name)Returns the enum constant of this type with the specified name.static VreMembershipType[]VreMembershipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.portal.shared with parameters of type VreMembershipType Modifier and Type Method Description voidVRE. setMembershipType(VreMembershipType membershipType)Constructors in org.gcube.portal.shared with parameters of type VreMembershipType Constructor Description VRE(long id, String vreName, String description, String keywords, String vreCategoryName, String imageURL, String infraScope, String friendlyURL, UserBelonging userBelonging, VreMembershipType membershipType, int usersNo, String joinRequestURL)
-