Uses of Class
org.teiid.client.plan.Annotation.Priority
-
Packages that use Annotation.Priority Package Description org.teiid.client.plan -
-
Uses of Annotation.Priority in org.teiid.client.plan
Methods in org.teiid.client.plan that return Annotation.Priority Modifier and Type Method Description Annotation.Priority
Annotation. getPriority()
static Annotation.Priority
Annotation.Priority. valueOf(String name)
Returns the enum constant of this type with the specified name.static Annotation.Priority[]
Annotation.Priority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teiid.client.plan with parameters of type Annotation.Priority Constructor Description Annotation(String category, String annotation, String resolution, Annotation.Priority priority)
-