public static enum MatrixElement.RowGapRuleEnum extends Enum<MatrixElement.RowGapRuleEnum>
Modifier and Type | Class and Description |
---|---|
static class |
MatrixElement.RowGapRuleEnum.Adapter |
Enum Constant and Description |
---|
DOUBLESPACINGGAP |
EXACTLY |
MULTIPLE |
ONEANDHALFSPACINGGAP |
SINGLESPACINGGAP |
Modifier and Type | Method and Description |
---|---|
static MatrixElement.RowGapRuleEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static MatrixElement.RowGapRuleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatrixElement.RowGapRuleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatrixElement.RowGapRuleEnum SINGLESPACINGGAP
public static final MatrixElement.RowGapRuleEnum ONEANDHALFSPACINGGAP
public static final MatrixElement.RowGapRuleEnum DOUBLESPACINGGAP
public static final MatrixElement.RowGapRuleEnum EXACTLY
public static final MatrixElement.RowGapRuleEnum MULTIPLE
public static MatrixElement.RowGapRuleEnum[] values()
for (MatrixElement.RowGapRuleEnum c : MatrixElement.RowGapRuleEnum.values()) System.out.println(c);
public static MatrixElement.RowGapRuleEnum 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 getValue()
public String toString()
toString
in class Enum<MatrixElement.RowGapRuleEnum>
public static MatrixElement.RowGapRuleEnum fromValue(String text)
Copyright © 2023. All rights reserved.