public static enum TraitFactory.VirtualPropertyMode extends Enum<TraitFactory.VirtualPropertyMode>
Modifier and Type | Method and Description |
---|---|
static TraitFactory.VirtualPropertyMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraitFactory.VirtualPropertyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraitFactory.VirtualPropertyMode MAP
public static final TraitFactory.VirtualPropertyMode TRIPLES
public static TraitFactory.VirtualPropertyMode[] values()
for (TraitFactory.VirtualPropertyMode c : TraitFactory.VirtualPropertyMode.values()) System.out.println(c);
public static TraitFactory.VirtualPropertyMode 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 nullCopyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.