public static enum MMTSJ.MMTSJType extends Enum<MMTSJ.MMTSJType>
Modifier and Type | Method and Description |
---|---|
boolean |
isLeft() |
boolean |
isRight() |
static MMTSJ.MMTSJType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MMTSJ.MMTSJType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MMTSJ.MMTSJType NONE
public static final MMTSJ.MMTSJType LEFT
public static final MMTSJ.MMTSJType RIGHT
public static MMTSJ.MMTSJType[] values()
for (MMTSJ.MMTSJType c : MMTSJ.MMTSJType.values()) System.out.println(c);
public static MMTSJ.MMTSJType 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 boolean isLeft()
public boolean isRight()
Copyright © 2022 The Apache Software Foundation. All rights reserved.