public static enum DomainResourceHelper.MemberMode extends Enum<DomainResourceHelper.MemberMode>
| Enum Constant and Description |
|---|
MUTATING |
NOT_MUTATING |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
apply(org.apache.isis.viewer.restfulobjects.rendering.domainobjects.AbstractObjectMemberReprRenderer<?,?> renderer) |
static DomainResourceHelper.MemberMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainResourceHelper.MemberMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainResourceHelper.MemberMode NOT_MUTATING
public static final DomainResourceHelper.MemberMode MUTATING
public static DomainResourceHelper.MemberMode[] values()
for (DomainResourceHelper.MemberMode c : DomainResourceHelper.MemberMode.values()) System.out.println(c);
public static DomainResourceHelper.MemberMode 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 abstract void apply(org.apache.isis.viewer.restfulobjects.rendering.domainobjects.AbstractObjectMemberReprRenderer<?,?> renderer)
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.