public static enum Extension.Point extends Enum<Extension.Point>
| Enum Constant and Description |
|---|
CUSTOM |
FINDER_ITEM |
FOOTER |
HEADER |
| Modifier and Type | Method and Description |
|---|---|
String |
title() |
static Extension.Point |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Extension.Point[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Extension.Point HEADER
public static final Extension.Point FINDER_ITEM
public static final Extension.Point FOOTER
public static final Extension.Point CUSTOM
public static Extension.Point[] values()
for (Extension.Point c : Extension.Point.values()) System.out.println(c);
public static Extension.Point 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 String title()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.