Uses of Interface
org.eclipse.emf.cdo.expressions.ShortValue
- 
Packages that use ShortValue Package Description org.eclipse.emf.cdo.expressions The generated EMF API of the CDO expressions model.org.eclipse.emf.cdo.expressions.impl The generated EMF implementation of the CDO expressions model.org.eclipse.emf.cdo.expressions.util The generated EMF utilities of the CDO expressions model.
- 
- 
Uses of ShortValue in org.eclipse.emf.cdo.expressionsMethods in org.eclipse.emf.cdo.expressions that return ShortValue Modifier and Type Method Description ShortValueExpressionsFactory. createShortValue()Returns a new object of class 'Short Value'.
- 
Uses of ShortValue in org.eclipse.emf.cdo.expressions.implClasses in org.eclipse.emf.cdo.expressions.impl that implement ShortValue Modifier and Type Class Description classShortValueImplAn implementation of the model object 'Short Value'.Methods in org.eclipse.emf.cdo.expressions.impl that return ShortValue Modifier and Type Method Description ShortValueExpressionsFactoryImpl. createShortValue()
- 
Uses of ShortValue in org.eclipse.emf.cdo.expressions.utilMethods in org.eclipse.emf.cdo.expressions.util that return ShortValue Modifier and Type Method Description static ShortValueExpressionsUtil. value(short literal)Methods in org.eclipse.emf.cdo.expressions.util with parameters of type ShortValue Modifier and Type Method Description TExpressionsSwitch. caseShortValue(ShortValue object)Returns the result of interpreting the object as an instance of 'Short Value'.
 
-