org.eclipse.ocl.examples.pivot.ecore
Class Pivot2EcoreReferenceVisitor.OptionalType

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.ecore.Pivot2EcoreReferenceVisitor.OptionalType
Enclosing class:
Pivot2EcoreReferenceVisitor

protected static class Pivot2EcoreReferenceVisitor.OptionalType
extends java.lang.Object


Field Summary
 boolean isRequired
           
 Type type
           
 
Constructor Summary
Pivot2EcoreReferenceVisitor.OptionalType(Type type, boolean isRequired)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

@Nullable
public final Type type

isRequired

public final boolean isRequired
Constructor Detail

Pivot2EcoreReferenceVisitor.OptionalType

public Pivot2EcoreReferenceVisitor.OptionalType(@Nullable
                                                Type type,
                                                boolean isRequired)