Uses of Enum Class
com.esprow.oapi.repository.Member

Packages that use Member
Package
Description
 
  • Uses of Member in com.esprow.oapi.repository

    Fields in com.esprow.oapi.repository with type parameters of type Member
    Modifier and Type
    Field
    Description
    static final List<Member>
    Member.VALUES
    A public read-only list of all the 'Member' enumerators.
    Methods in com.esprow.oapi.repository that return Member
    Modifier and Type
    Method
    Description
    static Member
    Member.get(int value)
    Returns the 'Member' literal with the specified integer value.
    static Member
    Member.get(String literal)
    Returns the 'Member' literal with the specified literal value.
    static Member
    Member.getByName(String name)
    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
    Member.valueOf(String name)
    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 Member
    Modifier and Type
    Method
    Description
    void
    OapiComponent.setWhich(Member value)
    Set the switching mode for the mutually exclusive elements.
    void
    OapiGroup.setWhich(Member value)
    Set the switching mode for the mutually exclusive elements.
    void
    OapiStructure.setWhich(Member value)
    Set a switching mode for the mutually exclusive elements.