story.scheherazade.admin
Class RequiredStoryPointArgs

java.lang.Object
  extended by story.scheherazade.admin.RequiredStoryPointArgs

public class RequiredStoryPointArgs
extends java.lang.Object

This object represents a vector of classes for the arguments that StoryListener expects to go into some StoryPoint.


Constructor Summary
RequiredStoryPointArgs()
           
 
Method Summary
 void add(java.lang.String s)
          Add a required class with the assumption that a null argument is not okay.
 void add(java.lang.String s, boolean nullOK)
          Add a required class.
 java.lang.String get(int i)
           
 boolean nullOK(int i)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequiredStoryPointArgs

public RequiredStoryPointArgs()
Method Detail

add

public void add(java.lang.String s)
Add a required class with the assumption that a null argument is not okay.


add

public void add(java.lang.String s,
                boolean nullOK)
Add a required class.

Parameters:
s - The serialized class of the required argument.
nullOK - Whether the StoryPoint can pass null for this arg.

size

public int size()

get

public java.lang.String get(int i)
                     throws Scheherexception
Throws:
Scheherexception

nullOK

public boolean nullOK(int i)
               throws Scheherexception
Throws:
Scheherexception


Copyright © 2011 David K. Elson. All Rights Reserved.