public static enum UserMapperDescriptor.Type extends Enum<UserMapperDescriptor.Type>
Enum Constant and Description |
---|
groovy |
java |
javascript |
none |
Modifier and Type | Method and Description |
---|---|
static UserMapperDescriptor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserMapperDescriptor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserMapperDescriptor.Type java
public static final UserMapperDescriptor.Type groovy
public static final UserMapperDescriptor.Type javascript
public static final UserMapperDescriptor.Type none
public static UserMapperDescriptor.Type[] values()
for (UserMapperDescriptor.Type c : UserMapperDescriptor.Type.values()) System.out.println(c);
public static UserMapperDescriptor.Type 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 © 2015 Nuxeo SA. All rights reserved.