Enum Class ViewScreen

java.lang.Object
java.lang.Enum<ViewScreen>
com.aspose.tasks.cloud.model.ViewScreen
All Implemented Interfaces:
Serializable, Comparable<ViewScreen>, java.lang.constant.Constable

public enum ViewScreen extends Enum<ViewScreen>
Specifies the screen type for a view.
  • Enum Constant Details

    • GANTT

      public static final ViewScreen GANTT
    • NETWORKDIAGRAM

      public static final ViewScreen NETWORKDIAGRAM
    • RELATIONSHIPDIAGRAM

      public static final ViewScreen RELATIONSHIPDIAGRAM
    • TASKFORM

      public static final ViewScreen TASKFORM
    • TASKSHEET

      public static final ViewScreen TASKSHEET
    • RESOURCEFORM

      public static final ViewScreen RESOURCEFORM
    • RESOURCESHEET

      public static final ViewScreen RESOURCESHEET
    • RESOURCEGRAPH

      public static final ViewScreen RESOURCEGRAPH
    • TASKDETAILSFORM

      public static final ViewScreen TASKDETAILSFORM
    • TASKNAMEFORM

      public static final ViewScreen TASKNAMEFORM
    • RESOURCENAMEFORM

      public static final ViewScreen RESOURCENAMEFORM
    • CALENDAR

      public static final ViewScreen CALENDAR
    • TASKUSAGE

      public static final ViewScreen TASKUSAGE
    • RESOURCEUSAGE

      public static final ViewScreen RESOURCEUSAGE
  • Method Details

    • values

      public static ViewScreen[] 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 ViewScreen 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
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ViewScreen>
    • fromValue

      public static ViewScreen fromValue(String text)