public static enum ExportInfo.Type extends Enum<ExportInfo.Type>
ExportInfo
.Enum Constant and Description |
---|
ELEMENT
Represents an
IdProvider . |
ENTITY_TYPE
Represents a single
entity type of a schema . |
FS_META
Represents the first-spirit only related
meta information stored in directory .FirstSpirit . |
PROJECT_PROPERTY
Represents
global properties . |
Modifier and Type | Method and Description |
---|---|
static ExportInfo.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportInfo.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportInfo.Type FS_META
meta information
stored in directory .FirstSpirit
.
This type is always marked as updated
. When using a VCS, the fs-meta files should be
ignored.public static final ExportInfo.Type PROJECT_PROPERTY
global properties
.public static final ExportInfo.Type ELEMENT
IdProvider
.public static final ExportInfo.Type ENTITY_TYPE
entity type
of a schema
.public static ExportInfo.Type[] values()
for (ExportInfo.Type c : ExportInfo.Type.values()) System.out.println(c);
public static ExportInfo.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210