Enum TeaVMFormat

java.lang.Object
java.lang.Enum<TeaVMFormat>
server.restful.common.TeaVMFormat
Alle implementierten Schnittstellen:
Serializable, Comparable<TeaVMFormat>, java.lang.constant.Constable

public enum TeaVMFormat extends Enum<TeaVMFormat>
  • Enum-Konstanten - Details

  • Felddetails

    • teaVMFormatName

      private String teaVMFormatName
    • approximateSize

      private String approximateSize
    • browsersExcept

      private String browsersExcept
    • workerAttributes

      private String workerAttributes
    • importStmtStart

      private String importStmtStart
    • importStmtEnd

      private String importStmtEnd
  • Konstruktordetails

    • TeaVMFormat

      private TeaVMFormat(String teaVMFormatName, String approximateSize, String browsersExcept, String workerAttributes, String importStmtStart, String importStmtEnd)
  • Methodendetails

    • values

      public static TeaVMFormat[] values()
      Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
      Gibt zurück:
      ein Array mit den Konstanten dieses Enumerationstyps in der Reihenfolge ihrer Deklaration
    • valueOf

      public static TeaVMFormat valueOf(String name)
      Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enumerationskonstante in diesem Typ deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)
      Parameter:
      name - Name der zurückzugebenden Enumerationskonstante.
      Gibt zurück:
      Enumerationskonstante mit dem angegebenen Namen
      Löst aus:
      IllegalArgumentException - wenn dieser Enumerationstyp keine Konstante mit dem angegebenen Namen enthält
      NullPointerException - wenn das Argument nicht angegeben wird
    • getTeaVMFormatName

      public String getTeaVMFormatName()
    • getApproximateSize

      public String getApproximateSize()
    • getBrowsersExcept

      public String getBrowsersExcept()
    • getWorkerAttributes

      public String getWorkerAttributes()
    • getImportStmtStart

      public String getImportStmtStart()
    • getImportStmtEnd

      public String getImportStmtEnd()