public enum PublisherFieldType extends Enum<PublisherFieldType>
| Enum Constant and Description |
|---|
Boolean
Champ de type boolean.
|
Image
Champ de type Image.
|
List
Champ de type List.
|
Node
Champ de type Objet.
|
String
Champ de type chaine.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkValue(Object value)
Validation du type d'une valeur.
|
static PublisherFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublisherFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublisherFieldType String
public static final PublisherFieldType Boolean
public static final PublisherFieldType List
public static final PublisherFieldType Node
public static final PublisherFieldType Image
public static PublisherFieldType[] values()
for (PublisherFieldType c : PublisherFieldType.values()) System.out.println(c);
public static PublisherFieldType 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 checkValue(Object value)
value - ValeurCopyright © 2015. All Rights Reserved.