Uses of Class
org.eclipse.tigerstripe.workbench.model.deprecated_.IMethod.OssjEntityMethodFlavor

Packages that use IMethod.OssjEntityMethodFlavor
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IMethod.OssjEntityMethodFlavor in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IMethod.OssjEntityMethodFlavor
static IMethod.OssjEntityMethodFlavor IMethod.OssjEntityMethodFlavor.valueFromPojoLabel(java.lang.String label)
           
static IMethod.OssjEntityMethodFlavor IMethod.OssjEntityMethodFlavor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IMethod.OssjEntityMethodFlavor[] IMethod.OssjEntityMethodFlavor.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IMethod.OssjEntityMethodFlavor
 ISessionArtifact.IEntityMethodFlavorDetails ISessionArtifact.IManagedEntityDetails.getCreateFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
          Returns the Flavor Details for the *Create* variant of this flavor.
 ISessionArtifact.IEntityMethodFlavorDetails ISessionArtifact.IManagedEntityDetails.getCustomMethodFlavorDetails(java.lang.String methodId, IMethod.OssjEntityMethodFlavor flavor)
          Returns the Flavor Details for this flavor of a custom defined method.
 ISessionArtifact.IEntityMethodFlavorDetails ISessionArtifact.IManagedEntityDetails.getDefaultCreateFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
          Returns the *Default* Flavor Details for the *Create* variant of this flavor.
 ISessionArtifact.IEntityMethodFlavorDetails ISessionArtifact.IManagedEntityDetails.getDefaultCustomMethodFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
          Returns the Flavor Details for this flavor of a custom defined method.
 ISessionArtifact.IEntityMethodFlavorDetails ISessionArtifact.IManagedEntityDetails.getDefaultGetFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
          Returns the *Default* Flavor Details for the *Get* variant of this flavor.
 ISessionArtifact.IEntityMethodFlavorDetails ISessionArtifact.IManagedEntityDetails.getDefaultRemoveFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
          Returns the *Default* Flavor Details for the *Remove* variant of this flavor.
 ISessionArtifact.IEntityMethodFlavorDetails ISessionArtifact.IManagedEntityDetails.getDefaultSetFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
          Returns the *Default* Flavor Details for the *Set* variant of this flavor.
 ISessionArtifact.IEntityMethodFlavorDetails IMethod.getEntityMethodFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
          Returns the OSSJ flavor details for this method
 ISessionArtifact.IEntityMethodFlavorDetails ISessionArtifact.IManagedEntityDetails.getGetFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
          Returns the Flavor Details for the *Get* variant of this flavor.
 ISessionArtifact.IEntityMethodFlavorDetails ISessionArtifact.IManagedEntityDetails.getRemoveFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
          Returns the Flavor Details for the *Remove* variant of this flavor.
 ISessionArtifact.IEntityMethodFlavorDetails ISessionArtifact.IManagedEntityDetails.getSetFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
          Returns the Flavor Details for the *Set* variant of this flavor.
 void IMethod.setEntityMethodFlavorDetails(IMethod.OssjEntityMethodFlavor flavor, ISessionArtifact.IEntityMethodFlavorDetails details)
          Sets the OSSJ Entity flavor details for this method.