public static enum IRmPersistence.RmLoad extends Enum<IRmPersistence.RmLoad> implements IDbProperty
IDbProperty.Type| Enum Constant and Description |
|---|
Class |
Demand |
JobId |
JobType |
Memory |
Occupancy |
State |
TABLE_NAME |
User |
| Modifier and Type | Method and Description |
|---|---|
String |
columnName() |
boolean |
isIndex() |
boolean |
isMeta() |
boolean |
isPrimaryKey() |
boolean |
isPrivate() |
static IRmPersistence.RmLoad |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IRmPersistence.RmLoad[] |
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, valueOfpname, typepublic static final IRmPersistence.RmLoad TABLE_NAME
public static final IRmPersistence.RmLoad Class
public static final IRmPersistence.RmLoad JobId
public static final IRmPersistence.RmLoad User
public static final IRmPersistence.RmLoad Memory
public static final IRmPersistence.RmLoad State
public static final IRmPersistence.RmLoad Demand
public static final IRmPersistence.RmLoad Occupancy
public static final IRmPersistence.RmLoad JobType
public static IRmPersistence.RmLoad[] values()
for (IRmPersistence.RmLoad c : IRmPersistence.RmLoad.values()) System.out.println(c);
public static IRmPersistence.RmLoad 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 boolean isPrimaryKey()
isPrimaryKey in interface IDbPropertypublic boolean isPrivate()
isPrivate in interface IDbPropertypublic boolean isMeta()
isMeta in interface IDbPropertypublic String columnName()
columnName in interface IDbPropertypublic boolean isIndex()
isIndex in interface IDbPropertyCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.