public static enum ExcelTemplateConstants.SpecialMark extends java.lang.Enum<ExcelTemplateConstants.SpecialMark>
| Enum Constant and Description |
|---|
MANDATORY |
MULTIVALUE |
READONLY |
UNIQUE |
| Modifier and Type | Method and Description |
|---|---|
char |
getMark() |
static java.lang.String |
getMergedMarks() |
static ExcelTemplateConstants.SpecialMark |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExcelTemplateConstants.SpecialMark[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcelTemplateConstants.SpecialMark MANDATORY
public static final ExcelTemplateConstants.SpecialMark MULTIVALUE
public static final ExcelTemplateConstants.SpecialMark READONLY
public static final ExcelTemplateConstants.SpecialMark UNIQUE
public static ExcelTemplateConstants.SpecialMark[] values()
for (ExcelTemplateConstants.SpecialMark c : ExcelTemplateConstants.SpecialMark.values()) System.out.println(c);
public static ExcelTemplateConstants.SpecialMark valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic char getMark()
public static java.lang.String getMergedMarks()
Copyright © 2018 SAP SE. All Rights Reserved.