org.eclipse.tigerstripe.model.artifacts
Interface ISessionArtifact.IEntityMethodFlavorDetails
- Enclosing interface:
- ISessionArtifact
public static interface ISessionArtifact.IEntityMethodFlavorDetails
Method Summary |
void |
addException(java.lang.String fqn)
|
java.lang.String |
getComment()
|
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)
|
void |
setComment(java.lang.String description)
|
void |
setFlag(java.lang.String flag)
|
setComment
void setComment(java.lang.String description)
setFlag
void setFlag(java.lang.String flag)
addException
void addException(java.lang.String fqn)
removeException
void removeException(java.lang.String fqn)
getComment
java.lang.String getComment()
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"