Uses of Interface
org.eclipse.ocl.examples.common.label.ILabelGenerator.Option

Packages that use ILabelGenerator.Option
org.eclipse.ocl.examples.common.label   
org.eclipse.ocl.examples.emf.validation.validity.manager   
 

Uses of ILabelGenerator.Option in org.eclipse.ocl.examples.common.label
 

Fields in org.eclipse.ocl.examples.common.label declared as ILabelGenerator.Option
static ILabelGenerator.Option<java.lang.Boolean> ILabelGenerator.Builder.SHOW_CLASS_NAME
          If the SHOW_CLASS_NAME option is present and true, the value of object.getClass().getName() is prefixed to the formatted description of each object.
static ILabelGenerator.Option<java.lang.Boolean> ILabelGenerator.Builder.SHOW_CLASS_SIMPLE_NAME
          If the SHOW_CLASS_SIMPLE_NAME option is present and true, the value of object.getClass().getSimpleName() is prefixed to the formatted description of each object.
static ILabelGenerator.Option<java.lang.String> ILabelGenerator.Builder.SHOW_QUALIFIER
          If the SHOW_QUALIFIER option is present its value is used as a separator between a container name and a child name.
 

Fields in org.eclipse.ocl.examples.common.label with type parameters of type ILabelGenerator.Option
protected  java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> AbstractLabelGeneratorBuilder.options
           
 

Methods in org.eclipse.ocl.examples.common.label with parameters of type ILabelGenerator.Option
<T> T
AbstractLabelGeneratorBuilder.getOption(ILabelGenerator.Option<T> option)
           
<T> T
ILabelGenerator.Builder.getOption(ILabelGenerator.Option<T> option)
           
<T> boolean
AbstractLabelGeneratorBuilder.hasOption(ILabelGenerator.Option<T> option)
           
<T> boolean
ILabelGenerator.Builder.hasOption(ILabelGenerator.Option<T> option)
           
<T> void
AbstractLabelGeneratorBuilder.setOption(ILabelGenerator.Option<T> option, T value)
           
<T> void
ILabelGenerator.Builder.setOption(ILabelGenerator.Option<T> option, T value)
           
 

Method parameters in org.eclipse.ocl.examples.common.label with type arguments of type ILabelGenerator.Option
 ILabelGenerator.Builder LabelGeneratorRegistry.createDefaultLabelBuilder(java.lang.Object labelledObject, java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> options)
           
 java.lang.String ILabelGenerator.Registry.labelFor(java.lang.Object labelledObject, java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> options)
           
 java.lang.String LabelGeneratorRegistry.labelFor(java.lang.Object labelledObject, java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> options)
           
 

Constructor parameters in org.eclipse.ocl.examples.common.label with type arguments of type ILabelGenerator.Option
AbstractLabelGeneratorBuilder(ILabelGenerator.Registry registry, java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> options)
          Deprecated. 
AbstractLabelGeneratorBuilder(ILabelGenerator.Registry registry, java.lang.Object labelledObject, java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> options)
           
DefaultLabelGeneratorBuilder(ILabelGenerator.Registry registry, java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> options)
          Deprecated. 
DefaultLabelGeneratorBuilder(ILabelGenerator.Registry registry, java.lang.Object labelledObject, java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> options)
           
 

Uses of ILabelGenerator.Option in org.eclipse.ocl.examples.emf.validation.validity.manager
 

Fields in org.eclipse.ocl.examples.emf.validation.validity.manager with type parameters of type ILabelGenerator.Option
static java.util.Map<ILabelGenerator.Option<?>,java.lang.Object> ValidityManager.LABEL_OPTIONS