Enum Class PrimitiveBlocks.OnFallback

java.lang.Object
java.lang.Enum<PrimitiveBlocks.OnFallback>
net.imglib2.blocks.PrimitiveBlocks.OnFallback
All Implemented Interfaces:
Serializable, Comparable<PrimitiveBlocks.OnFallback>, Constable
Enclosing interface:
PrimitiveBlocks<T extends NativeType<T>>

public static enum PrimitiveBlocks.OnFallback extends Enum<PrimitiveBlocks.OnFallback>
  • Enum Constant Details

  • Constructor Details

    • OnFallback

      private OnFallback()
  • Method Details

    • values

      public static PrimitiveBlocks.OnFallback[] 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 PrimitiveBlocks.OnFallback 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