public static enum FieldDisplayDescriptor.Mode extends Enum<FieldDisplayDescriptor.Mode>
Modifier and Type | Method and Description |
---|---|
static FieldDisplayDescriptor.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldDisplayDescriptor.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldDisplayDescriptor.Mode FIT
public static final FieldDisplayDescriptor.Mode FILL
public static final FieldDisplayDescriptor.Mode NO_SCALE
public static final FieldDisplayDescriptor.Mode STRETCH
public static FieldDisplayDescriptor.Mode[] values()
for (FieldDisplayDescriptor.Mode c : FieldDisplayDescriptor.Mode.values()) System.out.println(c);
public static FieldDisplayDescriptor.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 © 2017. All rights reserved.