
public class Scope extends Object
The following schema fragment specifies the expected content contained within this java content object.
<restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
<enumeration value="multiton"/>
<enumeration value="context"/>
<enumeration value="singleton"/>
</restriction>
| Modifier and Type | Field and Description |
|---|---|
static String |
_CONTEXT |
static String |
_MULTITON |
static String |
_SINGLETON |
static Scope |
CONTEXT |
static Scope |
MULTITON |
static Scope |
SINGLETON |
public static final String _SINGLETON
public static Scope fromString(String str)
Copyright © 2005–2014 jDTAUS. All rights reserved.