Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.axis.constants.Style

Uses of Style in org.apache.axis.constants
 

Fields in org.apache.axis.constants declared as Style
static Style Style.RPC
           
static Style Style.DOCUMENT
           
static Style Style.WRAPPED
           
static Style Style.MESSAGE
           
static Style Style.DEFAULT
           
 

Methods in org.apache.axis.constants that return Style
static Style Style.getDefault()
           
static Style Style.getStyle(int style)
           
static Style Style.getStyle(java.lang.String style)
           
static Style Style.getStyle(java.lang.String style, Style dephault)
           
 Style Style.Type.getStyle(int style)
           
 Style Style.Type.getStyle(java.lang.String style)
           
 Style Style.Type.getStyle(java.lang.String style, Style dephault)
           
 

Methods in org.apache.axis.constants with parameters of type Style
static Style Style.getStyle(java.lang.String style, Style dephault)
           
 Style Style.Type.getStyle(java.lang.String style, Style dephault)