Module dev.civl.mc

Interface CIVLEnumType

All Superinterfaces:
CIVLType

public interface CIVLEnumType extends CIVLType
An enumeration type.
  • Method Details

    • name

      String name()
      Gets the name of the enumeration type.
      Returns:
    • valueOf

      BigInteger valueOf(String member)
      Gets the value of a certain enumerator (member) of the enumeration type.
      Parameters:
      member - The name of the member.
      Returns:
      The value of the enumerator.
    • firstValue

      BigInteger firstValue()