Enum FileViewerContext.Type

java.lang.Object
java.lang.Enum<FileViewerContext.Type>
net.sf.basedb.clients.web.extensions.fileviewer.FileViewerContext.Type
All Implemented Interfaces:
Serializable, Comparable<FileViewerContext.Type>, java.lang.constant.Constable
Enclosing class:
FileViewerContext

public static enum FileViewerContext.Type
extends Enum<FileViewerContext.Type>
  • Enum Constant Details

    • FILE

      public static final FileViewerContext.Type FILE
      The context is a regular file listing context. There is no parent item or other related items.
    • ANY_TO_ANY

      public static final FileViewerContext.Type ANY_TO_ANY
      The context is a list with any-to-any links from a parent item. A parent item should be available as well as the any-to-any item.
    • DATA_FILE

      public static final FileViewerContext.Type DATA_FILE
      The context is a list with data-files that are attached to a parent item. A parent item should be available as well as the data file type and file set membership information.
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

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

      public static FileViewerContext.Type valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null