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
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic PlainJavaImplementationget()getDebugOption(String option) getId()org.faktorips.devtools.abstraction.ALoggetLog()org.faktorips.devtools.abstraction.AVersionorg.faktorips.devtools.abstraction.Wrappers.WrapperBuildergetWrapperBuilder(Object original) booleanvoidsetWorkspace(PlainJavaWorkspace workspace) static PlainJavaImplementationReturns the enum constant of this class with the specified name.static PlainJavaImplementation[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
get
-
setWorkspace
-
isEclipse
public boolean isEclipse()- Specified by:
isEclipsein interfaceorg.faktorips.devtools.abstraction.Abstractions.AImplementation
-
getId
- Specified by:
getIdin interfaceorg.faktorips.devtools.abstraction.Abstractions.AImplementation
-
getWrapperBuilder
public org.faktorips.devtools.abstraction.Wrappers.WrapperBuilder getWrapperBuilder(Object original) - Specified by:
getWrapperBuilderin interfaceorg.faktorips.devtools.abstraction.Abstractions.AImplementation
-
getWorkspace
- Specified by:
getWorkspacein interfaceorg.faktorips.devtools.abstraction.Abstractions.AImplementation
-
getLocale
- Specified by:
getLocalein interfaceorg.faktorips.devtools.abstraction.Abstractions.AImplementation
-
getVersion
public org.faktorips.devtools.abstraction.AVersion getVersion()- Specified by:
getVersionin interfaceorg.faktorips.devtools.abstraction.Abstractions.AImplementation
-
getLog
public org.faktorips.devtools.abstraction.ALog getLog()- Specified by:
getLogin interfaceorg.faktorips.devtools.abstraction.Abstractions.AImplementation
-
getDebugOption
- Specified by:
getDebugOptionin interfaceorg.faktorips.devtools.abstraction.Abstractions.AImplementation
-
getResourceChanges
-