public static enum IStateServices.SvcRegProps extends Enum<IStateServices.SvcRegProps> implements IDbProperty
IDbProperty.Type| Modifier and Type | Method and Description |
|---|---|
String |
columnName() |
boolean |
isIndex() |
boolean |
isMeta() |
boolean |
isPrimaryKey() |
boolean |
isPrivate() |
IDbProperty.Type |
type() |
static IStateServices.SvcRegProps |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStateServices.SvcRegProps[] |
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, valueOfpnamepublic static final IStateServices.SvcRegProps TABLE_NAME
public static final IStateServices.SvcRegProps numeric_id
public static final IStateServices.SvcRegProps uuid
public static final IStateServices.SvcRegProps is_archived
public static final IStateServices.SvcRegProps description
public static final IStateServices.SvcRegProps administrators
public static final IStateServices.SvcRegProps scheduling_class
public static final IStateServices.SvcRegProps log_directory
public static final IStateServices.SvcRegProps working_directory
public static final IStateServices.SvcRegProps jvm
public static final IStateServices.SvcRegProps process_jvm_args
public static final IStateServices.SvcRegProps classpath
public static final IStateServices.SvcRegProps environment
public static final IStateServices.SvcRegProps process_memory_size
public static final IStateServices.SvcRegProps process_dd
public static final IStateServices.SvcRegProps process_debug
public static final IStateServices.SvcRegProps process_executable
public static final IStateServices.SvcRegProps process_executable_args
public static final IStateServices.SvcRegProps process_initialization_time_max
public static final IStateServices.SvcRegProps service_dependency
public static final IStateServices.SvcRegProps service_request_endpoint
public static final IStateServices.SvcRegProps service_linger
public static final IStateServices.SvcRegProps service_ping_arguments
public static final IStateServices.SvcRegProps service_ping_class
public static final IStateServices.SvcRegProps service_ping_classpath
public static final IStateServices.SvcRegProps service_ping_jvm_args
public static final IStateServices.SvcRegProps service_ping_dolog
public static final IStateServices.SvcRegProps service_ping_timeout
public static final IStateServices.SvcRegProps instance_failures_window
public static final IStateServices.SvcRegProps instance_failures_limit
public static final IStateServices.SvcRegProps instance_init_failures_limit
public static IStateServices.SvcRegProps[] values()
for (IStateServices.SvcRegProps c : IStateServices.SvcRegProps.values()) System.out.println(c);
public static IStateServices.SvcRegProps 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 IDbProperty.Type type()
type in interface IDbPropertypublic boolean isPrimaryKey()
isPrimaryKey in interface IDbPropertypublic boolean isPrivate()
isPrivate in interface IDbPropertypublic boolean isMeta()
isMeta in interface IDbPropertypublic boolean isIndex()
isIndex in interface IDbPropertypublic String columnName()
columnName in interface IDbPropertyCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.