public static enum FlagsHelper.Name extends Enum<FlagsHelper.Name>
| Modifier and Type | Method and Description |
|---|---|
String |
arg(String value) |
String |
dname() |
String |
getDefaultValue() |
boolean |
isRequiredJd() |
boolean |
isRequiredJp() |
String |
pname() |
static FlagsHelper.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlagsHelper.Name[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlagsHelper.Name CollectionReaderCfg
public static final FlagsHelper.Name CollectionReaderXml
public static final FlagsHelper.Name DuccClasspath
public static final FlagsHelper.Name JdURL
public static final FlagsHelper.Name JobDirectory
public static final FlagsHelper.Name JobId
public static final FlagsHelper.Name JpFlowController
public static final FlagsHelper.Name JpAeDescriptor
public static final FlagsHelper.Name JpAeOverrides
public static final FlagsHelper.Name JpCcDescriptor
public static final FlagsHelper.Name JpCcOverrides
public static final FlagsHelper.Name JpCmDescriptor
public static final FlagsHelper.Name JpCmOverrides
public static final FlagsHelper.Name JpDd
public static final FlagsHelper.Name JpThreadCount
public static final FlagsHelper.Name JpType
public static final FlagsHelper.Name JpProcessorClass
public static final FlagsHelper.Name UserClasspath
public static final FlagsHelper.Name UserErrorHandlerClassname
public static final FlagsHelper.Name UserErrorHandlerCfg
public static final FlagsHelper.Name WorkItemTimeout
public static FlagsHelper.Name[] values()
for (FlagsHelper.Name c : FlagsHelper.Name.values()) System.out.println(c);
public static FlagsHelper.Name 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 getDefaultValue()
public boolean isRequiredJd()
public boolean isRequiredJp()
public String pname()
public String dname()
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.