public enum RuleSheetFormat extends Enum<RuleSheetFormat>
Enum Constant and Description |
---|
COMMENTS
Title of comments of property.
|
EXTRA_OPTIONS
Title of options of property.
|
FORMAT
Title of the sheet format.
|
NULLITY_CONDITION
Title of the condition of property's nullity.
|
PROPERTY_NAME
Title of property names.
|
TOTAL_CONDITION
Title of the total condition.
|
VALUE_CONDITION
Title of the condition of property's value.
|
Modifier and Type | Field and Description |
---|---|
static String |
FORMAT_VERSION
Format ID which this extractor supports.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
Returns the column index where this kind assigned in a sheet.
|
int |
getRowIndex()
Returns the row index where this kind assigned in a sheet.
|
String |
getTitle()
Returns the title of this kind.
|
static RuleSheetFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleSheetFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleSheetFormat FORMAT
public static final RuleSheetFormat TOTAL_CONDITION
TotalConditionKind.getOptions()
.public static final RuleSheetFormat PROPERTY_NAME
public static final RuleSheetFormat VALUE_CONDITION
ValueConditionKind.getOptions()
.public static final RuleSheetFormat NULLITY_CONDITION
NullityConditionKind.getOptions()
.public static final RuleSheetFormat COMMENTS
public static final RuleSheetFormat EXTRA_OPTIONS
public static final String FORMAT_VERSION
FORMAT
.public static RuleSheetFormat[] values()
for (RuleSheetFormat c : RuleSheetFormat.values()) System.out.println(c);
public static RuleSheetFormat 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 getTitle()
public int getRowIndex()
public int getColumnIndex()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.