public static enum ViewColumnFormat6.Flag extends Enum<ViewColumnFormat6.Flag> implements INumberEnum<Integer>
Enum Constant and Description |
---|
AbbreviatedDate |
AbbreviatedDateSet |
BeginWrapUnder |
BuildCollationOnDemand |
ExtendColWidthToAvailWindowWidth |
IgnorePrefixes |
PublishColumn |
UserDefinableExtended |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static ViewColumnFormat6.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewColumnFormat6.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewColumnFormat6.Flag BeginWrapUnder
public static final ViewColumnFormat6.Flag PublishColumn
public static final ViewColumnFormat6.Flag ExtendColWidthToAvailWindowWidth
public static final ViewColumnFormat6.Flag BuildCollationOnDemand
public static final ViewColumnFormat6.Flag UserDefinableExtended
public static final ViewColumnFormat6.Flag IgnorePrefixes
public static final ViewColumnFormat6.Flag AbbreviatedDate
public static final ViewColumnFormat6.Flag AbbreviatedDateSet
public static ViewColumnFormat6.Flag[] values()
for (ViewColumnFormat6.Flag c : ViewColumnFormat6.Flag.values()) System.out.println(c);
public static ViewColumnFormat6.Flag 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 Integer getValue()
getValue
in interface INumberEnum<Integer>
public long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
Copyright © 2019–2021 HCL. All rights reserved.