public class Options extends Object
Constructor and Description |
---|
Options() |
Options(boolean guess) |
Options(Calendar now) |
Options(Calendar now,
boolean guess) |
Options(Integer ambiguousTimeRange) |
Options(Pointer.PointerType context) |
Options(Pointer.PointerType context,
Calendar now,
boolean guess,
Integer ambiguousTimeRange) |
Modifier and Type | Method and Description |
---|---|
Integer |
getAmbiguousTimeRange() |
Pointer.PointerType |
getContext() |
List<EndianPrecedence> |
getEndianPrecedence() |
Calendar |
getNow() |
boolean |
isCompatibilityMode() |
boolean |
isDebug() |
boolean |
isGuess() |
void |
setAmbiguousTimeRange(Integer ambiguousTimeRange) |
void |
setCompatibilityMode(boolean compatibilityMode) |
void |
setContext(Pointer.PointerType context) |
void |
setDebug(boolean debug) |
void |
setEndianPrecedence(List<EndianPrecedence> endianPrecedence) |
void |
setGuess(boolean guess) |
void |
setNow(Calendar now) |
public Options()
public Options(Calendar now)
public Options(Calendar now, boolean guess)
public Options(Pointer.PointerType context)
public Options(boolean guess)
public Options(Integer ambiguousTimeRange)
public Options(Pointer.PointerType context, Calendar now, boolean guess, Integer ambiguousTimeRange)
public List<EndianPrecedence> getEndianPrecedence()
public void setEndianPrecedence(List<EndianPrecedence> endianPrecedence)
public void setDebug(boolean debug)
public boolean isDebug()
public void setCompatibilityMode(boolean compatibilityMode)
public boolean isCompatibilityMode()
public void setContext(Pointer.PointerType context)
public Pointer.PointerType getContext()
public void setNow(Calendar now)
public Calendar getNow()
public void setGuess(boolean guess)
public boolean isGuess()
public void setAmbiguousTimeRange(Integer ambiguousTimeRange)
public Integer getAmbiguousTimeRange()
Copyright © 2002 – 2024 Project Wonder.