org.drools.verifier.components
Class Restriction.RestrictionType

java.lang.Object
  extended by org.drools.verifier.components.Restriction.RestrictionType
Enclosing class:
Restriction

public static class Restriction.RestrictionType
extends Object


Field Summary
static Restriction.RestrictionType ENUM
           
static Restriction.RestrictionType LITERAL
           
static Restriction.RestrictionType QUALIFIED_IDENTIFIER
           
static Restriction.RestrictionType RETURN_VALUE_RESTRICTION
           
protected  String type
           
static Restriction.RestrictionType VARIABLE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LITERAL

public static final Restriction.RestrictionType LITERAL

VARIABLE

public static final Restriction.RestrictionType VARIABLE

QUALIFIED_IDENTIFIER

public static final Restriction.RestrictionType QUALIFIED_IDENTIFIER

RETURN_VALUE_RESTRICTION

public static final Restriction.RestrictionType RETURN_VALUE_RESTRICTION

ENUM

public static final Restriction.RestrictionType ENUM

type

protected final String type


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.