Package hdf.view

Enum ViewProperties.DataViewType

Object
Enum<ViewProperties.DataViewType>
hdf.view.ViewProperties.DataViewType
All Implemented Interfaces:
Serializable, Comparable<ViewProperties.DataViewType>, Constable
Enclosing class:
ViewProperties

public static enum ViewProperties.DataViewType
extends Enum<ViewProperties.DataViewType>
Used to create different DataViews for a given HObject.
  • Nested Class Summary

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

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

    Enum Constants
    Enum Constant Description
    IMAGE  
    METADATA  
    PALETTE  
    TABLE  
    TREEVIEW  
  • Method Summary

    Modifier and Type Method Description
    static ViewProperties.DataViewType valueOf​(String name)
    Returns the enum constant of this type with the specified name.
    static ViewProperties.DataViewType[] 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