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.VALUES
A public read-only list of all the 'Member' enumerators.Methods in com.esprow.oapi.repository that return MemberModifier and TypeMethodDescriptionstatic Member
Member.get
(int value) Returns the 'Member' literal with the specified integer value.static Member
Returns the 'Member' literal with the specified literal value.static Member
Returns 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 Member
Returns 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 TypeMethodDescriptionvoid
Set the switching mode for the mutually exclusive elements.void
Set the switching mode for the mutually exclusive elements.void
Set a switching mode for the mutually exclusive elements.