public static enum SmartsConst.SSM_MODE extends Enum<SmartsConst.SSM_MODE>
Enum Constant and Description |
---|
SSM_ALL |
SSM_NON_EQUIVALENT |
SSM_NON_IDENTICAL |
SSM_NON_IDENTICAL_FIRST |
SSM_NON_OVERLAPPING |
SSM_SINGLE |
Modifier and Type | Method and Description |
---|---|
static SmartsConst.SSM_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmartsConst.SSM_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmartsConst.SSM_MODE SSM_SINGLE
public static final SmartsConst.SSM_MODE SSM_NON_OVERLAPPING
public static final SmartsConst.SSM_MODE SSM_NON_IDENTICAL
public static final SmartsConst.SSM_MODE SSM_NON_EQUIVALENT
public static final SmartsConst.SSM_MODE SSM_ALL
public static final SmartsConst.SSM_MODE SSM_NON_IDENTICAL_FIRST
public static SmartsConst.SSM_MODE[] values()
for (SmartsConst.SSM_MODE c : SmartsConst.SSM_MODE.values()) System.out.println(c);
public static SmartsConst.SSM_MODE 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 nullCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.