public class TimeConfigConfiguration
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
TimeConfigConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
void |
configure(org.w3c.dom.Element element) |
static TimeConfigConfiguration |
create(org.w3c.dom.Element el) |
static TimeConfigConfiguration |
createBasicTimeConfigConfig() |
TimeConfig |
createTimeConfig() |
static TimeInterval |
getAdvanceInterval(org.w3c.dom.Element el) |
public void configure(org.w3c.dom.Element element)
throws java.lang.NoSuchFieldException
java.lang.NoSuchFieldExceptionpublic static TimeInterval getAdvanceInterval(org.w3c.dom.Element el) throws java.lang.NoSuchFieldException
java.lang.NoSuchFieldExceptionpublic static TimeConfigConfiguration create(org.w3c.dom.Element el) throws java.lang.NoSuchFieldException
java.lang.NoSuchFieldExceptionpublic TimeConfig createTimeConfig()
public java.lang.Object clone()
clone in class java.lang.Objectpublic static TimeConfigConfiguration createBasicTimeConfigConfig()