|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ISOPropertyNameMapper.CommonColumnNames>
org.deegree.metadata.iso.persistence.ISOPropertyNameMapper.CommonColumnNames
public static enum ISOPropertyNameMapper.CommonColumnNames
The common column names that are used in the backend for each databasetable.
| Enum Constant Summary | |
|---|---|
fileidentifier
the identifier of the record |
|
fk_main
the foreign key from sub idx to idx_main |
|
id
the primarykey of a databasetable |
|
recordfull
the BLOB data for the reecord |
|
resourceid
the resourceIdentifier of the record |
|
| Method Summary | |
|---|---|
static ISOPropertyNameMapper.CommonColumnNames |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ISOPropertyNameMapper.CommonColumnNames[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ISOPropertyNameMapper.CommonColumnNames id
public static final ISOPropertyNameMapper.CommonColumnNames fileidentifier
public static final ISOPropertyNameMapper.CommonColumnNames resourceid
public static final ISOPropertyNameMapper.CommonColumnNames recordfull
public static final ISOPropertyNameMapper.CommonColumnNames fk_main
| Method Detail |
|---|
public static ISOPropertyNameMapper.CommonColumnNames[] values()
for (ISOPropertyNameMapper.CommonColumnNames c : ISOPropertyNameMapper.CommonColumnNames.values()) System.out.println(c);
public static ISOPropertyNameMapper.CommonColumnNames valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||