public enum RenderingContext extends Enum<RenderingContext>
| Enum Constant and Description |
|---|
ALL |
CONFIGURED_GADGET |
CONTAINER |
GADGET |
METADATA |
| Modifier and Type | Method and Description |
|---|---|
static RenderingContext |
getDefault() |
String |
getFeatureBundleTag() |
String |
getParamValue() |
boolean |
isConfigurable() |
static RenderingContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingContext |
valueOfParam(String param) |
static RenderingContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderingContext GADGET
public static final RenderingContext CONFIGURED_GADGET
public static final RenderingContext CONTAINER
public static final RenderingContext METADATA
public static final RenderingContext ALL
public static RenderingContext[] values()
for (RenderingContext c : RenderingContext.values()) System.out.println(c);
public static RenderingContext 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 getFeatureBundleTag()
public boolean isConfigurable()
public String getParamValue()
public static RenderingContext valueOfParam(String param)
public static RenderingContext getDefault()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.