org.eclipse.tigerstripe.workbench.model.deprecated_
Interface ISessionArtifact.IEntityMethodFlavorDetails

Enclosing interface:
ISessionArtifact

public static interface ISessionArtifact.IEntityMethodFlavorDetails


Method Summary
 void addException(java.lang.String fqn)
          Add an exception to this flavor details.
 java.lang.String getComment()
          Return the comment (plain text description) for this FlavorDetails.
 java.util.Collection<java.lang.String> getExceptions()
          Returns a Collection of String - each of which is the Fully Qualified Name of any exceptions attached to this Flavor.
 java.lang.String getFlag()
          Returns a String value indicating the status of the Flavor.
 void removeException(java.lang.String fqn)
          Renmove an exception form this flavor details.
 void setComment(java.lang.String description)
          Sets the comment (plain text description) for this FlavorDetails.
 void setFlag(java.lang.String flag)
           
 

Method Detail

setComment

void setComment(java.lang.String description)
Sets the comment (plain text description) for this FlavorDetails.

Parameters:
description -

setFlag

void setFlag(java.lang.String flag)

addException

void addException(java.lang.String fqn)
Add an exception to this flavor details.

Parameters:
fqn -

removeException

void removeException(java.lang.String fqn)
Renmove an exception form this flavor details.

Parameters:
fqn -

getComment

java.lang.String getComment()
Return the comment (plain text description) for this FlavorDetails.

Returns:
string.

getExceptions

java.util.Collection<java.lang.String> getExceptions()
Returns a Collection of String - each of which is the Fully Qualified Name of any exceptions attached to this Flavor. If there are no exceptions, an empty Collection is returned.

Returns:
Collection - Fully Qualified Names of Exceptions

getFlag

java.lang.String getFlag()
Returns a String value indicating the status of the Flavor.

Returns:
String - "true", "false" or "optional"