public static enum PropertyMapping.TargetWriteAccessorType extends Enum<PropertyMapping.TargetWriteAccessorType>
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFieldAssignment(PropertyMapping.TargetWriteAccessorType accessorType) |
static PropertyMapping.TargetWriteAccessorType |
of(Accessor accessor) |
static PropertyMapping.TargetWriteAccessorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyMapping.TargetWriteAccessorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyMapping.TargetWriteAccessorType FIELD
public static final PropertyMapping.TargetWriteAccessorType GETTER
public static final PropertyMapping.TargetWriteAccessorType SETTER
public static final PropertyMapping.TargetWriteAccessorType ADDER
public static PropertyMapping.TargetWriteAccessorType[] values()
for (PropertyMapping.TargetWriteAccessorType c : PropertyMapping.TargetWriteAccessorType.values()) System.out.println(c);
public static PropertyMapping.TargetWriteAccessorType 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 static PropertyMapping.TargetWriteAccessorType of(Accessor accessor)
public static boolean isFieldAssignment(PropertyMapping.TargetWriteAccessorType accessorType)
Copyright © 2012–2017. All rights reserved.