Uses of Enum Class
com.esprow.oapi.repository.Member
Packages that use Member
-
Uses of Member in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type MemberModifier and TypeFieldDescriptionMember.VALUESA public read-only list of all the 'Member' enumerators.Methods in com.esprow.oapi.repository that return MemberModifier and TypeMethodDescriptionstatic MemberMember.get(int value) Returns the 'Member' literal with the specified integer value.static MemberReturns the 'Member' literal with the specified literal value.static MemberReturns the 'Member' literal with the specified name.OapiComponent.getWhich()Returns the switching mode for the mutually exclusive elements.OapiGroup.getWhich()Returns the switching mode for the mutually exclusive elements.OapiStructure.getWhich()Returns a switching mode for the mutually exclusive elements.static MemberReturns the enum constant of this class with the specified name.static Member[]Member.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.esprow.oapi.repository with parameters of type MemberModifier and TypeMethodDescriptionvoidSet the switching mode for the mutually exclusive elements.voidSet the switching mode for the mutually exclusive elements.voidSet a switching mode for the mutually exclusive elements.