Enum Class MPPViewport.IconType

java.lang.Object
java.lang.Enum<MPPViewport.IconType>
de.espirit.firstspirit.access.project.mpp.MPPViewport.IconType
All Implemented Interfaces:
Serializable, Comparable<MPPViewport.IconType>, Constable
Enclosing interface:
MPPViewport

public static enum MPPViewport.IconType extends Enum<MPPViewport.IconType>
A viewport icon type used to symbolize the viewport.
Since:
5.2.604
  • Enum Constant Details

    • DESKTOP

      public static final MPPViewport.IconType DESKTOP
      Type symbolizing a desktop computer.
      Since:
      5.2.604
    • NOTEBOOK

      public static final MPPViewport.IconType NOTEBOOK
      Type symbolizing a notebook.
      Since:
      5.2.604
    • TABLET

      public static final MPPViewport.IconType TABLET
      Type symbolizing a tablet.
      Since:
      5.2.604
    • SMARTPHONE

      public static final MPPViewport.IconType SMARTPHONE
      Type symbolizing a smartphone.
      Since:
      5.2.604
  • Method Details

    • values

      public static MPPViewport.IconType[] 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 MPPViewport.IconType 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