Enum Class MfOptions.physUnit

java.lang.Object
java.lang.Enum<MfOptions.physUnit>
eu.bandm.music.top.MfOptions.physUnit
All Implemented Interfaces:
Serializable, Comparable<MfOptions.physUnit>, Constable
Enclosing class:
MfOptions

public static enum MfOptions.physUnit extends Enum<MfOptions.physUnit>
Source generated from a command line options specification.
For details see the option which uses this enumeration type, as documented at MfOptions.get_physCoords_0()

Created on 2024-09-03_21h40m39
by program bandm/metatools/option/compiler, version 2.1
command line =
java bandm/metatools/option/compiler MfOptions.xml eu.bandm.music.top MfOptions MfGui /mnt/c/Users/post/Documents/sig//src
  • Enum Constant Details

  • Method Details

    • values

      public static MfOptions.physUnit[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MfOptions.physUnit valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null