de.intarsys.tools.functor
Class EnumStyle
java.lang.Object
de.intarsys.tools.enumeration.EnumItem
de.intarsys.tools.functor.EnumStyle
- All Implemented Interfaces:
- Comparable
public class EnumStyle
- extends EnumItem
An enumeration of the supported styles for marshalling return values.
Supported styles are LITERAL to literally include the whole
object in the return value (using an appropriate serializing)and
REFERENCE to indicate the object is returned by reference.
ARG_STYLE
public static final String ARG_STYLE
- See Also:
- Constant Field Values
META
public static final EnumMeta META
- The meta data for the enumeration.
LITERAL
public static final EnumStyle LITERAL
REFERENCE
public static final EnumStyle REFERENCE
EnumStyle
public EnumStyle(String id)
get
public static EnumStyle get(IArgs args)
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.