protected static enum AbstractObjectMemberReprRenderer.Mode extends Enum<AbstractObjectMemberReprRenderer.Mode>
| Enum Constant and Description |
|---|
ARGUMENTS |
EVENT_SERIALIZATION |
FOLLOWED |
INLINE |
MUTATED |
STANDALONE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isArguments() |
boolean |
isEventSerialization() |
boolean |
isFollowed() |
boolean |
isInline() |
boolean |
isMutated() |
boolean |
isStandalone() |
static AbstractObjectMemberReprRenderer.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractObjectMemberReprRenderer.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractObjectMemberReprRenderer.Mode INLINE
public static final AbstractObjectMemberReprRenderer.Mode FOLLOWED
public static final AbstractObjectMemberReprRenderer.Mode STANDALONE
public static final AbstractObjectMemberReprRenderer.Mode MUTATED
public static final AbstractObjectMemberReprRenderer.Mode ARGUMENTS
public static final AbstractObjectMemberReprRenderer.Mode EVENT_SERIALIZATION
public static AbstractObjectMemberReprRenderer.Mode[] values()
for (AbstractObjectMemberReprRenderer.Mode c : AbstractObjectMemberReprRenderer.Mode.values()) System.out.println(c);
public static AbstractObjectMemberReprRenderer.Mode 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 isInline()
public boolean isFollowed()
public boolean isStandalone()
public boolean isMutated()
public boolean isArguments()
public boolean isEventSerialization()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.