Deprecated API


Contents
Deprecated Fields
org.eclipse.tigerstripe.model.IType.MULTIPLICITY_MULTI
          no use of Multiplicity any more, please use Type Multiplicity 
org.eclipse.tigerstripe.model.IType.MULTIPLICITY_SINGLE
          no use of Multiplicity any more, please use Type Multiplicity 
 

Deprecated Methods
org.eclipse.tigerstripe.model.IType.getMultiplicity()
          since 2.2-rc, no use of multiplicity anymore, TypeMultiplicity instead 
org.eclipse.tigerstripe.model.IMethod.getOssjMethodProperties()
          Do not use. Use getEntityMethodFlavorDetails instead. 
org.eclipse.tigerstripe.project.IPluginReference.getProperties()
          use IPluginReference.getProperty(String). Note that table properties cannot be read through this method. 
org.eclipse.tigerstripe.model.IAssociationEnd.getType()
          use getIType for consistency 
org.eclipse.tigerstripe.model.IType.setMultiplicity(int)
          since 2.2-rc, no use of multiplicity anymore, TypeMultiplicity instead 
org.eclipse.tigerstripe.model.IMethod.setOssjMethodProperties(Properties)
          DO NOT USE. Please use setOssjEntityMethodFlavorDetails instead.