public static final class ObjectType.Factory extends Object
ObjectType.| Constructor and Description |
|---|
ObjectType.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectType |
newInstance()
Constructs a new instance of
ObjectType. |
static ObjectType |
newInstance(String name)
Constructs a new instance of
ObjectType, taking all required and/or
read-only properties as arguments. |
static ObjectType |
newInstance(String name,
String description,
Timestamp updateDate)
Constructs a new instance of
ObjectType, taking all possible properties
(except the identifier(s))as arguments. |
public static ObjectType newInstance()
ObjectType.public static ObjectType newInstance(String name)
ObjectType, taking all required and/or
read-only properties as arguments.public static ObjectType newInstance(String name, String description, Timestamp updateDate)
ObjectType, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.