Uses of Interface
org.eclipse.ocl.examples.pivot.values.StringValue

Packages that use StringValue
org.eclipse.ocl.examples.pivot.values   
org.eclipse.ocl.examples.pivot.values.impl   
org.eclipse.ocl.examples.xtext.console   
 

Uses of StringValue in org.eclipse.ocl.examples.pivot.values
 

Subinterfaces of StringValue in org.eclipse.ocl.examples.pivot.values
 interface InvalidValue
           
 interface NullValue
           
 

Methods in org.eclipse.ocl.examples.pivot.values that return StringValue
 StringValue Value.asStringValue()
           
 StringValue ValueFactory.stringValueOf(java.lang.String value)
           
 

Uses of StringValue in org.eclipse.ocl.examples.pivot.values.impl
 

Classes in org.eclipse.ocl.examples.pivot.values.impl that implement StringValue
 class AbstractUndefinedCollectionValue
           
 class AbstractUndefinedValue
           
 class InvalidValueImpl
           
 class NullValueImpl
           
 class StringValueImpl
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl that return StringValue
 StringValue AbstractValue.asStringValue()
           
 StringValue StringValueImpl.asStringValue()
           
 StringValue ValueFactoryImpl.stringValueOf(java.lang.String value)
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl with parameters of type StringValue
 int StringValueImpl.compareTo(StringValue o)
           
 

Uses of StringValue in org.eclipse.ocl.examples.xtext.console
 

Classes in org.eclipse.ocl.examples.xtext.console that implement StringValue
protected static class OCLConsolePage.ExceptionValue