Enum PlainJavaImplementation
- java.lang.Object
-
- java.lang.Enum<PlainJavaImplementation>
-
- org.faktorips.devtools.abstraction.plainjava.internal.PlainJavaImplementation
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PlainJavaImplementation>,Abstractions.AImplementation
public enum PlainJavaImplementation extends java.lang.Enum<PlainJavaImplementation> implements Abstractions.AImplementation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlainJavaImplementation.ResourceChanges
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.util.LocalegetLocale()ALoggetLog()static PlainJavaImplementation.ResourceChangesgetResourceChanges()AVersiongetVersion()PlainJavaWorkspacegetWorkspace()Wrappers.WrapperBuildergetWrapperBuilder(java.lang.Object original)booleanisEclipse()voidsetWorkspace(PlainJavaWorkspace workspace)static PlainJavaImplementationvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlainJavaImplementation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INSTANCE
public static final PlainJavaImplementation INSTANCE
-
-
Method Detail
-
values
public static PlainJavaImplementation[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PlainJavaImplementation c : PlainJavaImplementation.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PlainJavaImplementation valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
setWorkspace
public void setWorkspace(PlainJavaWorkspace workspace)
-
isEclipse
public boolean isEclipse()
- Specified by:
isEclipsein interfaceAbstractions.AImplementation
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceAbstractions.AImplementation
-
getWrapperBuilder
public Wrappers.WrapperBuilder getWrapperBuilder(java.lang.Object original)
- Specified by:
getWrapperBuilderin interfaceAbstractions.AImplementation
-
getWorkspace
public PlainJavaWorkspace getWorkspace()
- Specified by:
getWorkspacein interfaceAbstractions.AImplementation
-
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocalein interfaceAbstractions.AImplementation
-
getVersion
public AVersion getVersion()
- Specified by:
getVersionin interfaceAbstractions.AImplementation
-
getLog
public ALog getLog()
- Specified by:
getLogin interfaceAbstractions.AImplementation
-
getResourceChanges
public static PlainJavaImplementation.ResourceChanges getResourceChanges()
-
-