Enum DotNames.BeanDefiningAnnotations
- java.lang.Object
-
- java.lang.Enum<DotNames.BeanDefiningAnnotations>
-
- org.optaplanner.quarkus.deployment.DotNames.BeanDefiningAnnotations
-
- All Implemented Interfaces:
Serializable,Comparable<DotNames.BeanDefiningAnnotations>
- Enclosing class:
- DotNames
public static enum DotNames.BeanDefiningAnnotations extends Enum<DotNames.BeanDefiningAnnotations>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CUSTOM_SHADOW_VARIABLEPLANNING_ENTITYPLANNING_SCOREPLANNING_SOLUTIONPLANNING_VARIABLE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jandex.DotNamegetAnnotationDotName()List<String>getParameterNames()static DotNames.BeanDefiningAnnotationsvalueOf(String name)Returns the enum constant of this type with the specified name.static DotNames.BeanDefiningAnnotations[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PLANNING_SCORE
public static final DotNames.BeanDefiningAnnotations PLANNING_SCORE
-
PLANNING_SOLUTION
public static final DotNames.BeanDefiningAnnotations PLANNING_SOLUTION
-
PLANNING_ENTITY
public static final DotNames.BeanDefiningAnnotations PLANNING_ENTITY
-
PLANNING_VARIABLE
public static final DotNames.BeanDefiningAnnotations PLANNING_VARIABLE
-
CUSTOM_SHADOW_VARIABLE
public static final DotNames.BeanDefiningAnnotations CUSTOM_SHADOW_VARIABLE
-
-
Method Detail
-
values
public static DotNames.BeanDefiningAnnotations[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DotNames.BeanDefiningAnnotations c : DotNames.BeanDefiningAnnotations.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DotNames.BeanDefiningAnnotations valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getAnnotationDotName
public org.jboss.jandex.DotName getAnnotationDotName()
-
-