249250251252253254255256257258
public static DateTime createDateTime(long time) { return creator().createDateTime(time); } public static Property createProperty(String name, String type) { PropertyImpl pi = new PropertyImpl(); pi.setName(name); pi.setType(type); return pi; }