java.io.Serializable, java.lang.Comparable<BorderProps.Mode>public static enum BorderProps.Mode extends java.lang.Enum<BorderProps.Mode>
| Enum Constant | Description |
|---|---|
COLLAPSE_INNER |
|
COLLAPSE_OUTER |
|
SEPARATE |
| Modifier and Type | Method | Description |
|---|---|---|
static BorderProps.Mode |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BorderProps.Mode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BorderProps.Mode SEPARATE
public static final BorderProps.Mode COLLAPSE_INNER
public static final BorderProps.Mode COLLAPSE_OUTER
public static BorderProps.Mode[] values()
for (BorderProps.Mode c : BorderProps.Mode.values()) System.out.println(c);
public static BorderProps.Mode 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 nullCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.