@Target(value=FIELD) @Retention(value=RUNTIME) public @interface TargetEnumConstraint
Modifier and Type | Required Element and Description |
---|---|
Class<?> |
enumClass
The enum class used to get the enum literal.
|
String |
enumLiteral
The name of the enum literal that is used as a filter.
|
String |
targetProperty
The property of the target type of the reference that must match the enum
literal.
|
Modifier and Type | Optional Element and Description |
---|---|
CompareType |
compareType
The compareType used to execute the filter.
|
public abstract String targetProperty
public abstract String enumLiteral
public abstract CompareType compareType
Copyright © 2013-2016 Loetz GmbH&Co.KG - Heidelberg - Germany, Eclipse OSBP Project, OS.bee