|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.lang.Enum net.dpml.library.info.IncludeDirective.Mode
public static final class IncludeDirective.Mode
Mode of inclusion.
Field Summary | |
---|---|
static IncludeDirective.Mode |
KEY
Include by reference to a local key. |
static IncludeDirective.Mode |
REF
Include by reference to an absolute resource address. |
static IncludeDirective.Mode |
URI
Include by urn definition. |
Method Summary | |
---|---|
static IncludeDirective.Mode |
parse(String value)
Create a now mode using a supplied mode name. |
Methods inherited from class net.dpml.lang.Enum |
---|
equals, getName, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final IncludeDirective.Mode KEY
public static final IncludeDirective.Mode REF
public static final IncludeDirective.Mode URI
Method Detail |
---|
public static IncludeDirective.Mode parse(String value)
value
- the mode name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |