Enum FreesurferVertexDataInOptions.Format

java.lang.Object
java.lang.Enum<FreesurferVertexDataInOptions.Format>
mgui.io.foreign.freesurfer.FreesurferVertexDataInOptions.Format
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FreesurferVertexDataInOptions.Format>, java.lang.constant.Constable
Enclosing class:
FreesurferVertexDataInOptions

public static enum FreesurferVertexDataInOptions.Format
extends java.lang.Enum<FreesurferVertexDataInOptions.Format>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant Description
    Annotation  
    Ascii  
    Dense1  
    Dense2  
    Label  
    Sparse  
  • Method Summary

    Modifier and Type Method Description
    static FreesurferVertexDataInOptions.Format valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static FreesurferVertexDataInOptions.Format[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait