org.eclipse.ocl.examples.pivot.uml
Class LiteralNullLabelGenerator

java.lang.Object
  extended by org.eclipse.ocl.examples.common.label.AbstractLabelGenerator<org.eclipse.uml2.uml.LiteralNull>
      extended by org.eclipse.ocl.examples.pivot.uml.LiteralNullLabelGenerator
All Implemented Interfaces:
ILabelGenerator<org.eclipse.uml2.uml.LiteralNull>

public class LiteralNullLabelGenerator
extends AbstractLabelGenerator<org.eclipse.uml2.uml.LiteralNull>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.common.label.ILabelGenerator
ILabelGenerator.Builder, ILabelGenerator.Descriptor, ILabelGenerator.Option<T>, ILabelGenerator.Registry, ILabelGenerator.Self
 
Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.common.label.AbstractLabelGenerator
labelledClass
 
Constructor Summary
LiteralNullLabelGenerator()
           
 
Method Summary
 void buildLabelFor(ILabelGenerator.Builder labelBuilder, org.eclipse.uml2.uml.LiteralNull object)
           
static void initialize(ILabelGenerator.Registry registry)
           
 
Methods inherited from class org.eclipse.ocl.examples.common.label.AbstractLabelGenerator
getLabelledClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralNullLabelGenerator

public LiteralNullLabelGenerator()
Method Detail

initialize

public static void initialize(ILabelGenerator.Registry registry)

buildLabelFor

public void buildLabelFor(@NonNull
                          ILabelGenerator.Builder labelBuilder,
                          @NonNull
                          org.eclipse.uml2.uml.LiteralNull object)