Enum Class PlainJavaImplementation

java.lang.Object
java.lang.Enum<PlainJavaImplementation>
org.faktorips.devtools.abstraction.plainjava.internal.PlainJavaImplementation
All Implemented Interfaces:
Serializable, Comparable<PlainJavaImplementation>, Constable, org.faktorips.devtools.abstraction.Abstractions.AImplementation

public enum PlainJavaImplementation extends Enum<PlainJavaImplementation> implements org.faktorips.devtools.abstraction.Abstractions.AImplementation
  • Enum Constant Details

  • Method Details

    • values

      public static PlainJavaImplementation[] 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 PlainJavaImplementation 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
    • get

      public static PlainJavaImplementation get()
    • setWorkspace

      public void setWorkspace(PlainJavaWorkspace workspace)
    • isEclipse

      public boolean isEclipse()
      Specified by:
      isEclipse in interface org.faktorips.devtools.abstraction.Abstractions.AImplementation
    • getId

      public String getId()
      Specified by:
      getId in interface org.faktorips.devtools.abstraction.Abstractions.AImplementation
    • getWrapperBuilder

      public org.faktorips.devtools.abstraction.Wrappers.WrapperBuilder getWrapperBuilder(Object original)
      Specified by:
      getWrapperBuilder in interface org.faktorips.devtools.abstraction.Abstractions.AImplementation
    • getWorkspace

      public PlainJavaWorkspace getWorkspace()
      Specified by:
      getWorkspace in interface org.faktorips.devtools.abstraction.Abstractions.AImplementation
    • getLocale

      public Locale getLocale()
      Specified by:
      getLocale in interface org.faktorips.devtools.abstraction.Abstractions.AImplementation
    • getVersion

      public org.faktorips.devtools.abstraction.AVersion getVersion()
      Specified by:
      getVersion in interface org.faktorips.devtools.abstraction.Abstractions.AImplementation
    • getLog

      public org.faktorips.devtools.abstraction.ALog getLog()
      Specified by:
      getLog in interface org.faktorips.devtools.abstraction.Abstractions.AImplementation
    • getDebugOption

      public String getDebugOption(String option)
      Specified by:
      getDebugOption in interface org.faktorips.devtools.abstraction.Abstractions.AImplementation
    • getResourceChanges

      public static PlainJavaImplementation.ResourceChanges getResourceChanges()