|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMethod.OssjEntityMethodFlavor | |
---|---|
org.eclipse.tigerstripe.model | |
org.eclipse.tigerstripe.model.artifacts |
Uses of IMethod.OssjEntityMethodFlavor in org.eclipse.tigerstripe.model |
---|
Methods in org.eclipse.tigerstripe.model 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 are declared. |
Methods in org.eclipse.tigerstripe.model with parameters of type IMethod.OssjEntityMethodFlavor | |
---|---|
ISessionArtifact.IEntityMethodFlavorDetails |
IMethod.getEntityMethodFlavorDetails(IMethod.OssjEntityMethodFlavor flavor)
Returns the OSSJ flavor details for this method |
void |
IMethod.setEntityMethodFlavorDetails(IMethod.OssjEntityMethodFlavor flavor,
ISessionArtifact.IEntityMethodFlavorDetails details)
Sets the OSSJ Entity flavor details for this method. |
Uses of IMethod.OssjEntityMethodFlavor in org.eclipse.tigerstripe.model.artifacts |
---|
Methods in org.eclipse.tigerstripe.model.artifacts 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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |