/[Apache-SVN]/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/expression/Context.java
ViewVC logotype

Diff of /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/expression/Context.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/expression/Context.java	2005/06/05 17:36:14	180122
+++ jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/expression/Context.java	2005/06/05 17:36:35	180123
@@ -259,6 +259,7 @@ public class Context {
     /**
      * Gets the <code>ValueSuppressionStrategy</code>.
      * This is used to control the expression of attributes with certain values.
+     * @since 0.6.1
      * @return <code>ValueSuppressionStrategy</code>, not null
      */
     public ValueSuppressionStrategy getValueSuppressionStrategy() {
@@ -268,6 +269,7 @@ public class Context {
     /**
      * Sets the <code>ValueSuppressionStrategy</code>.
      * This is used to control the expression of attributes with certain values.
+     * @since 0.6.1
      * @param valueSuppressionStrategy <code>ValueSuppressionStrategy</code>, not null
      */
     public void setValueSuppressionStrategy(
@@ -277,7 +279,7 @@ public class Context {
     
     /**
      * Gets the strategy used to manage storage and retrieval of id's.
-     * 
+     * @since 0.6.1
      * @return Returns the idStoringStrategy, not null
      */
     public IdStoringStrategy getIdMappingStrategy() {
@@ -288,6 +290,7 @@ public class Context {
      * Gets the current <code>Options</code>.
      * @return <code>Options</code> that currently apply
      * or null if there are no current options.
+     * @since 0.6.1
      */
     public Options getOptions() {
         Options results = null;
@@ -304,6 +307,7 @@ public class Context {
      * is called once the options are no longer current.
      * This ensures that the previous options are reinstated.
      * </p>
+     * @since 0.6.1
      * @param options newly current <code>Options</code>, not null 
      */
     public void pushOptions(Options options) {
@@ -317,6 +321,7 @@ public class Context {
      * </p><p>
      * <stong>Note</strong> code calling this method should
      * have previsouly called {@link #popOptions}.
+     * @since 0.6.1
      */
     public void popOptions() {
         if (optionStack.isEmpty()) {

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26