Uses of Class
org.eclipse.ocl.uml.provider.PrimitiveLiteralExpItemProvider

Packages that use PrimitiveLiteralExpItemProvider
org.eclipse.ocl.uml.provider   
 

Uses of PrimitiveLiteralExpItemProvider in org.eclipse.ocl.uml.provider
 

Subclasses of PrimitiveLiteralExpItemProvider in org.eclipse.ocl.uml.provider
 class BooleanLiteralExpItemProvider
          This is the item provider adapter for a BooleanLiteralExp object.
 class IntegerLiteralExpItemProvider
          This is the item provider adapter for a IntegerLiteralExp object.
 class NumericLiteralExpItemProvider
          This is the item provider adapter for a NumericLiteralExp object.
 class RealLiteralExpItemProvider
          This is the item provider adapter for a RealLiteralExp object.
 class StringLiteralExpItemProvider
          This is the item provider adapter for a StringLiteralExp object.
 class UnlimitedNaturalLiteralExpItemProvider
          This is the item provider adapter for a UnlimitedNaturalLiteralExp object.