public static enum MetaFactory.Encode extends java.lang.Enum<MetaFactory.Encode>
Enum Constant and Description |
---|
ALL
encode everything
|
ARRAY
encode array fields
|
CONCRETE
encode concrete fields
|
DEFAULT
default
|
DERIVED
encode derived fields
|
LINKAGE
encode linkages
|
MULTI_LINGUAL
encode multilingual
|
NONE
encode nothing
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
description
the description
|
java.lang.String |
name
the name
|
int |
value
the value
|
Modifier and Type | Method and Description |
---|---|
static MetaFactory.Encode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetaFactory.Encode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaFactory.Encode DEFAULT
public static final MetaFactory.Encode NONE
public static final MetaFactory.Encode ALL
public static final MetaFactory.Encode LINKAGE
public static final MetaFactory.Encode MULTI_LINGUAL
public static final MetaFactory.Encode ARRAY
public static final MetaFactory.Encode CONCRETE
public static final MetaFactory.Encode DERIVED
public final int value
public final java.lang.String name
public final java.lang.String description
public static MetaFactory.Encode[] values()
for (MetaFactory.Encode c : MetaFactory.Encode.values()) System.out.println(c);
public static MetaFactory.Encode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.