public static enum SecureInputBuilderV2.LogoPosition extends java.lang.Enum<SecureInputBuilderV2.LogoPosition>
| Enum Constant and Description | 
|---|
CENTER
Align logo to the center. 
 | 
LEFT
Align logo to the left. 
 | 
RIGHT
Align logo to the right. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SecureInputBuilderV2.LogoPosition | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SecureInputBuilderV2.LogoPosition[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SecureInputBuilderV2.LogoPosition LEFT
public static final SecureInputBuilderV2.LogoPosition CENTER
public static final SecureInputBuilderV2.LogoPosition RIGHT
public static SecureInputBuilderV2.LogoPosition[] values()
for (SecureInputBuilderV2.LogoPosition c : SecureInputBuilderV2.LogoPosition.values()) System.out.println(c);
public static SecureInputBuilderV2.LogoPosition valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null