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