public enum LinkMiddleDecor extends Enum<LinkMiddleDecor>
Enum Constant and Description |
---|
CIRCLE |
CIRCLE_CIRCLED |
CIRCLE_CIRCLED1 |
CIRCLE_CIRCLED2 |
NONE |
Modifier and Type | Method and Description |
---|---|
MiddleFactory |
getMiddleFactory() |
static LinkMiddleDecor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkMiddleDecor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkMiddleDecor NONE
public static final LinkMiddleDecor CIRCLE
public static final LinkMiddleDecor CIRCLE_CIRCLED
public static final LinkMiddleDecor CIRCLE_CIRCLED1
public static final LinkMiddleDecor CIRCLE_CIRCLED2
public static LinkMiddleDecor[] values()
for (LinkMiddleDecor c : LinkMiddleDecor.values()) System.out.println(c);
public static LinkMiddleDecor 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 MiddleFactory getMiddleFactory()
Copyright © 2017. All Rights Reserved.