public enum ETopBottom extends Enum<ETopBottom> implements ITopBottomIndicator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTop() |
static ETopBottom |
valueOf(ITopBottomIndicator aTopBottomIndicator) |
static ETopBottom |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETopBottom[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfisBottompublic static final ETopBottom TOP
public static final ETopBottom BOTTOM
public static ETopBottom[] values()
for (ETopBottom c : ETopBottom.values()) System.out.println(c);
public static ETopBottom 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 boolean isTop()
isTop in interface ITopBottomIndicatortrue if top and false if bottom.@Nonnull public static ETopBottom valueOf(@Nonnull ITopBottomIndicator aTopBottomIndicator)
Copyright © 2014–2016 Philip Helger. All rights reserved.