Uses of Class
com.osbcp.jjsw.JavaScript.TYPE

Uses of JavaScript.TYPE in com.osbcp.jjsw
 

Methods in com.osbcp.jjsw that return JavaScript.TYPE
static JavaScript.TYPE JavaScript.TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JavaScript.TYPE[] JavaScript.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.osbcp.jjsw with parameters of type JavaScript.TYPE
 java.lang.String JavaScript.toString(JavaScript.TYPE type)
          Outputs the JavaScript based on a specific output type.