Uses of Class
org.gcube.common.storagehubwrapper.shared.Member.TYPE
-
Packages that use Member.TYPE Package Description org.gcube.common.storagehubwrapper.shared -
-
Uses of Member.TYPE in org.gcube.common.storagehubwrapper.shared
Methods in org.gcube.common.storagehubwrapper.shared that return Member.TYPE Modifier and Type Method Description Member.TYPEMember. getMemberType()Gets the member type.static Member.TYPEMember.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static Member.TYPE[]Member.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.common.storagehubwrapper.shared with parameters of type Member.TYPE Modifier and Type Method Description voidMember. setMemberType(Member.TYPE memberType)Sets the member type.Constructors in org.gcube.common.storagehubwrapper.shared with parameters of type Member.TYPE Constructor Description Member(String identity, String name, Member.TYPE memberType)Instantiates a new member.
-