ext.sulis
Class UpdateType

java.lang.Object
  extended by ext.sulis.UpdateType

public class UpdateType
extends java.lang.Object

purpose: create/instantiate the IBAHolder, then checkout IBAHolder, add IBAs, checkin


Field Summary
static java.text.SimpleDateFormat FORMATTERT
           
 
Constructor Summary
UpdateType()
           
 
Method Summary
static wt.iba.value.litevalue.AbstractValueView createAbstractValueView(wt.iba.definition.litedefinition.AttributeDefDefaultView def, java.lang.String value)
          helper method for iba stuff
static void main(java.lang.String[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMATTERT

public static java.text.SimpleDateFormat FORMATTERT
Constructor Detail

UpdateType

public UpdateType()
Method Detail

main

public static void main(java.lang.String[] a)
                 throws java.lang.Exception
Throws:
java.lang.Exception

createAbstractValueView

public static wt.iba.value.litevalue.AbstractValueView createAbstractValueView(wt.iba.definition.litedefinition.AttributeDefDefaultView def,
                                                                               java.lang.String value)
                                                                        throws java.lang.Exception
helper method for iba stuff

Parameters:
def -
value -
Returns:
AbstractValueView
Throws:
java.lang.Exception