Enum Class InteGraalKeywords.InternalStorageConfiguration.StorageLayout
java.lang.Object
java.lang.Enum<InteGraalKeywords.InternalStorageConfiguration.StorageLayout>
fr.inria.rules.integraal.configuration.keywords.InteGraalKeywords.InternalStorageConfiguration.StorageLayout
- All Implemented Interfaces:
Serializable, Comparable<InteGraalKeywords.InternalStorageConfiguration.StorageLayout>, Constable
- Enclosing class:
InteGraalKeywords.InternalStorageConfiguration
public static enum InteGraalKeywords.InternalStorageConfiguration.StorageLayout
extends Enum<InteGraalKeywords.InternalStorageConfiguration.StorageLayout>
Storage layouts for the database.
- Author:
- Federico Ulliana, Michel Leclère
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAd-hoc SQL layout : property tablesEncoded Ad-hoc SQL layout : property tables with integer encoding -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AdHocSQL
Ad-hoc SQL layout : property tables -
EncodingAdHocSQL
Encoded Ad-hoc SQL layout : property tables with integer encoding
-
-
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
-