Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

Uses of Class
com.lapetus_ltd._2009.xml.types.XLptsDBCreateColumnConstraintOnDeleteUpdateType

Packages that use XLptsDBCreateColumnConstraintOnDeleteUpdateType
com.lapetus_ltd._2009.xml.types This is the package that holds the generated XSD types (classes). 
 

Uses of XLptsDBCreateColumnConstraintOnDeleteUpdateType in com.lapetus_ltd._2009.xml.types
 

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsDBCreateColumnConstraintOnDeleteUpdateType
protected  XLptsDBCreateColumnConstraintOnDeleteUpdateType XLptsDBCreateColumnConstraintType.onDelete
           
protected  XLptsDBCreateColumnConstraintOnDeleteUpdateType XLptsDBCreateColumnConstraintType.onUpdate
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBCreateColumnConstraintOnDeleteUpdateType
static XLptsDBCreateColumnConstraintOnDeleteUpdateType XLptsDBCreateColumnConstraintOnDeleteUpdateType.fromValue(java.lang.String v)
           
 XLptsDBCreateColumnConstraintOnDeleteUpdateType XLptsDBCreateColumnConstraintType.getOnDelete()
          Gets the value of the onDelete property.
 XLptsDBCreateColumnConstraintOnDeleteUpdateType XLptsDBCreateColumnConstraintType.getOnUpdate()
          Gets the value of the onUpdate property.
static XLptsDBCreateColumnConstraintOnDeleteUpdateType XLptsDBCreateColumnConstraintOnDeleteUpdateType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XLptsDBCreateColumnConstraintOnDeleteUpdateType[] XLptsDBCreateColumnConstraintOnDeleteUpdateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsDBCreateColumnConstraintOnDeleteUpdateType
 void XLptsDBCreateColumnConstraintType.setOnDelete(XLptsDBCreateColumnConstraintOnDeleteUpdateType value)
          Sets the value of the onDelete property.
 void XLptsDBCreateColumnConstraintType.setOnUpdate(XLptsDBCreateColumnConstraintOnDeleteUpdateType value)
          Sets the value of the onUpdate property.
 



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)