public static enum DominoClient.ECLType extends Enum<DominoClient.ECLType>
Enum Constant and Description |
---|
JavaApplets |
Javascript |
Lotusscript |
Modifier and Type | Method and Description |
---|---|
short |
getTypeAsShort() |
static DominoClient.ECLType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DominoClient.ECLType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DominoClient.ECLType Lotusscript
public static final DominoClient.ECLType JavaApplets
public static final DominoClient.ECLType Javascript
public static DominoClient.ECLType[] values()
for (DominoClient.ECLType c : DominoClient.ECLType.values()) System.out.println(c);
public static DominoClient.ECLType 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 short getTypeAsShort()
Copyright © 2019–2021 HCL. All rights reserved.