Package net.razorvine.pickle.objects
Class TimeZoneConstructor
- java.lang.Object
-
- net.razorvine.pickle.objects.TimeZoneConstructor
-
- All Implemented Interfaces:
IObjectConstructor
public class TimeZoneConstructor extends java.lang.Object implements IObjectConstructor
-
-
Field Summary
Fields Modifier and Type Field Description static intDATEUTIL_GETTZstatic intDATEUTIL_TZFILEstatic intDATEUTIL_TZUTCstatic intPYTZstatic intTZINFOstatic intUTC
-
Constructor Summary
Constructors Constructor Description TimeZoneConstructor(int pythontype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectconstruct(java.lang.Object[] args)Create an object.java.lang.Objectreconstruct(java.lang.Object baseConstructor, java.lang.Object state)
-
-
-
Field Detail
-
UTC
public static final int UTC
- See Also:
- Constant Field Values
-
PYTZ
public static final int PYTZ
- See Also:
- Constant Field Values
-
DATEUTIL_TZUTC
public static final int DATEUTIL_TZUTC
- See Also:
- Constant Field Values
-
DATEUTIL_TZFILE
public static final int DATEUTIL_TZFILE
- See Also:
- Constant Field Values
-
DATEUTIL_GETTZ
public static final int DATEUTIL_GETTZ
- See Also:
- Constant Field Values
-
TZINFO
public static final int TZINFO
- See Also:
- Constant Field Values
-
-
Method Detail
-
construct
public java.lang.Object construct(java.lang.Object[] args) throws PickleExceptionDescription copied from interface:IObjectConstructorCreate an object. Use the given args as parameters for the constructor.- Specified by:
constructin interfaceIObjectConstructor- Throws:
PickleException
-
reconstruct
public java.lang.Object reconstruct(java.lang.Object baseConstructor, java.lang.Object state)
-
-