Class MemberListElement

java.lang.Object
com.oss.metadata.MemberListElement

public class MemberListElement extends Object
The MemberListElement class represents the properties of one element of a member list. These lists are used for named numbers of INTEGER and BIT STRING types, and for enumerated lists of ENUMERATION types. The class contains the value and name for one element.
Since:
ASN.1/Java 2.1
  • Method Details

    • getName

      public String getName()
      Returns name.
      Returns:
      the name of the element of the named number of enumeration list.
    • getValue

      public long getValue()
      Returns value.
      Returns:
      the value of the element of the named number of enumeration list.