Uses of Enum Class
org.orcid.jaxb.model.clientgroup.MemberType
Packages that use MemberType
-
Uses of MemberType in org.orcid.jaxb.model.clientgroup
Fields in org.orcid.jaxb.model.clientgroup declared as MemberTypeMethods in org.orcid.jaxb.model.clientgroup that return MemberTypeModifier and TypeMethodDescriptionstatic MemberTypeOrcidClientGroup.getType()Gets the value of the type property.static MemberTypeReturns the enum constant of this class with the specified name.static MemberType[]MemberType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orcid.jaxb.model.clientgroup with parameters of type MemberTypeModifier and TypeMethodDescriptionvoidOrcidClientGroup.setType(MemberType type) Sets the value of the type property. -
Uses of MemberType in org.orcid.jaxb.model.message
Fields in org.orcid.jaxb.model.message declared as MemberTypeMethods in org.orcid.jaxb.model.message that return MemberTypeModifier and TypeMethodDescriptionOrcidProfile.getGroupType()Deprecated.Gets the value of the groupType property.Methods in org.orcid.jaxb.model.message with parameters of type MemberTypeModifier and TypeMethodDescriptionvoidOrcidProfile.setGroupType(MemberType value) Deprecated.Sets the value of the groupType property.