Constant Field Values

Contents

com.sun.*

  • com.sun.codemodel.JMod 
    Modifier and Type Constant Field Value
    public static final int ABSTRACT 32
    public static final int FINAL 8
    public static final int NATIVE 64
    public static final int NONE 0
    public static final int PRIVATE 4
    public static final int PROTECTED 2
    public static final int PUBLIC 1
    public static final int STATIC 16
    public static final int SYNCHRONIZED 128
    public static final int TRANSIENT 256
    public static final int VOLATILE 512
  • com.sun.tools.txw2.model.Grammar 
    Modifier and Type Constant Field Value
    public static final String START "\u0000#start\u0000"
  • com.sun.tools.xjc.Options 
    Modifier and Type Constant Field Value
    public static final int EXTENSION 2
    public static final int STRICT 1
  • com.sun.tools.xjc.addon.code_injector.Const 
    Modifier and Type Constant Field Value
    public static final String NS "http://jaxb.dev.java.net/plugin/code-injector"
  • com.sun.xml.bind.api.impl.NameConverter.Standard 
    Modifier and Type Constant Field Value
    protected static final int DIGIT 3
    protected static final int LOWER_LETTER 1
    protected static final int OTHER 4
    protected static final int OTHER_LETTER 2
    protected static final int UPPER_LETTER 0
  • com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl 
    Modifier and Type Constant Field Value
    public static final String FACTORY "com.sun.xml.bind.ObjectFactory"
  • com.sun.xml.xsom.impl.Const 
    Modifier and Type Constant Field Value
    public static final String schemaNamespace "http://www.w3.org/2001/XMLSchema"

org.kohsuke.*