Uses of Class
org.eclipse.ocl.options.ParsingOptions.PACKAGE_LOOKUP_STRATEGIES

Packages that use ParsingOptions.PACKAGE_LOOKUP_STRATEGIES
org.eclipse.ocl.options   
 

Uses of ParsingOptions.PACKAGE_LOOKUP_STRATEGIES in org.eclipse.ocl.options
 

Fields in org.eclipse.ocl.options with type parameters of type ParsingOptions.PACKAGE_LOOKUP_STRATEGIES
static Option<ParsingOptions.PACKAGE_LOOKUP_STRATEGIES> ParsingOptions.PACKAGE_LOOKUP_STRATEGY
           Static instance for the lookup-package-by-aliase option token.
 

Methods in org.eclipse.ocl.options that return ParsingOptions.PACKAGE_LOOKUP_STRATEGIES
static ParsingOptions.PACKAGE_LOOKUP_STRATEGIES ParsingOptions.PACKAGE_LOOKUP_STRATEGIES.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParsingOptions.PACKAGE_LOOKUP_STRATEGIES[] ParsingOptions.PACKAGE_LOOKUP_STRATEGIES.values()
          Returns an array containing the constants of this enum type, in the order they are declared.