Package net.razorvine.pickle.objects
Class DateTimeConstructor
- java.lang.Object
-
- net.razorvine.pickle.objects.DateTimeConstructor
-
- All Implemented Interfaces:
IObjectConstructor
public class DateTimeConstructor extends java.lang.Object implements IObjectConstructor
This constructor can create various datetime related objects.- Author:
- Irmen de Jong (irmen@razorvine.net)
-
-
Constructor Summary
Constructors Constructor Description DateTimeConstructor(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.
-
-
-
Field Detail
-
DATETIME
public static final int DATETIME
- See Also:
- Constant Field Values
-
DATE
public static final int DATE
- See Also:
- Constant Field Values
-
TIME
public static final int TIME
- See Also:
- Constant Field Values
-
TIMEDELTA
public static final int TIMEDELTA
- See Also:
- Constant Field Values
-
-
Method Detail
-
construct
public java.lang.Object construct(java.lang.Object[] args)
Description copied from interface:IObjectConstructorCreate an object. Use the given args as parameters for the constructor.- Specified by:
constructin interfaceIObjectConstructor
-
-