public enum NameCheckers extends Enum<NameCheckers> implements NameChecker
Enum Constant and Description |
---|
dataChannelDescriptor |
dataMap |
dataNodeDescriptor |
dbAttribute |
dbEntity |
dbRelationship |
embeddable |
embeddableAttribute |
objAttribute |
objCallbackMethod |
objEntity |
objRelationship |
procedure |
procedureParameter |
query |
Modifier and Type | Method and Description |
---|---|
String |
baseName()
Returns a base default name, like "UntitledEntity", etc.
|
static NameCheckers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameCheckers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
isNameInUse
public static final NameCheckers dataChannelDescriptor
public static final NameCheckers dataMap
public static final NameCheckers objEntity
public static final NameCheckers embeddable
public static final NameCheckers embeddableAttribute
public static final NameCheckers dbEntity
public static final NameCheckers procedureParameter
public static final NameCheckers procedure
public static final NameCheckers query
public static final NameCheckers objAttribute
public static final NameCheckers dbAttribute
public static final NameCheckers dataNodeDescriptor
public static final NameCheckers objRelationship
public static final NameCheckers dbRelationship
public static final NameCheckers objCallbackMethod
public final String baseName
public static NameCheckers[] values()
for (NameCheckers c : NameCheckers.values()) System.out.println(c);
public static NameCheckers 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 baseName()
NameChecker
baseName
in interface NameChecker
Copyright © 2001–2015 Apache Cayenne. All rights reserved.