Enum Constant and Description |
---|
BoundParameter |
Class |
CompOper |
DefaultValue |
Expression |
GlobalFunction |
MessageParameterValues |
ObjectFunction |
OnCondition |
Property |
RecalcExpression |
Trigger |
Unknown |
ValidationRule |
Variable |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getAnnotationClass() |
static OwnerType |
getOwnerTypeByName(java.lang.String name) |
java.lang.String |
getPath(java.lang.annotation.Annotation anno) |
java.lang.String |
getPath(org.codehaus.groovy.ast.AnnotationNode annotation) |
java.lang.String |
getPath(java.lang.reflect.Method method) |
java.lang.String |
getPath(org.codehaus.groovy.ast.MethodNode method) |
static OwnerType |
ownerTypeForAnnotation(java.lang.annotation.Annotation annotation) |
static OwnerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OwnerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwnerType CompOper
public static final OwnerType BoundParameter
public static final OwnerType DefaultValue
public static final OwnerType Expression
public static final OwnerType ObjectFunction
public static final OwnerType GlobalFunction
public static final OwnerType MessageParameterValues
public static final OwnerType OnCondition
public static final OwnerType Property
public static final OwnerType RecalcExpression
public static final OwnerType Trigger
public static final OwnerType Unknown
public static final OwnerType ValidationRule
public static final OwnerType Variable
public static final OwnerType Class
public static OwnerType[] values()
for (OwnerType c : OwnerType.values()) System.out.println(c);
public static OwnerType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Concealed public java.lang.Class getAnnotationClass()
@Concealed public java.lang.String getPath(java.lang.reflect.Method method)
@Concealed public java.lang.String getPath(org.codehaus.groovy.ast.MethodNode method)
@Concealed public java.lang.String getPath(org.codehaus.groovy.ast.AnnotationNode annotation)
@Concealed public java.lang.String getPath(java.lang.annotation.Annotation anno)
public static OwnerType ownerTypeForAnnotation(java.lang.annotation.Annotation annotation)
public static OwnerType getOwnerTypeByName(java.lang.String name)