public enum SchemaPartType extends Enum<SchemaPartType>
Enum Constant and Description |
---|
ENTITY |
ENTITY_RELATIONSHIP |
FIELD |
INDEX |
INDEX_FIELD |
SCHEMA |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
static SchemaPartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaPartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaPartType SCHEMA
public static final SchemaPartType ENTITY
public static final SchemaPartType ENTITY_RELATIONSHIP
public static final SchemaPartType FIELD
public static final SchemaPartType INDEX
public static final SchemaPartType INDEX_FIELD
public static SchemaPartType[] values()
for (SchemaPartType c : SchemaPartType.values()) System.out.println(c);
public static SchemaPartType 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 nullpublic String getDisplayName()
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.