public enum EFormShareOutputType extends Enum<EFormShareOutputType>
EFormShareTypes| Enum Constant and Description | 
|---|
LINK  | 
QR_CODE  | 
SOURCE_CODE  | 
| Modifier and Type | Method and Description | 
|---|---|
static EFormShareOutputType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EFormShareOutputType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EFormShareOutputType SOURCE_CODE
public static final EFormShareOutputType LINK
public static final EFormShareOutputType QR_CODE
public static EFormShareOutputType[] values()
for (EFormShareOutputType c : EFormShareOutputType.values()) System.out.println(c);
public static EFormShareOutputType 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 © 2020 XIMA MEDIA GmbH. All rights reserved.