public abstract class ObjectReferenceTemplateHelper extends Object
ObjectReferenceTemplate.| Constructor and Description |
|---|
ObjectReferenceTemplateHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectReferenceTemplate |
extract(Any any)
Extract the ObjectReferenceTemplate from given Any.
|
static String |
id()
Get the ObjectReferenceTemplate repository id.
|
static void |
insert(Any any,
ObjectReferenceTemplate that)
Insert the ObjectReferenceTemplate into the given Any.
|
static ObjectReferenceTemplate |
read(InputStream input)
Read the object reference template (as the value type).
|
static TypeCode |
type()
Get the type code of the
ObjectReferenceTemplate. |
static void |
write(OutputStream output,
ObjectReferenceTemplate value)
Write the object reference template (as the value type).
|
public ObjectReferenceTemplateHelper()
public static TypeCode type()
ObjectReferenceTemplate.public static void insert(Any any, ObjectReferenceTemplate that)
any - the Any to insert into.that - the ObjectReferenceTemplate to insert.public static ObjectReferenceTemplate extract(Any any)
BAD_OPERATION - if the passed Any does not
contain ObjectReferenceTemplate.public static String id()
public static ObjectReferenceTemplate read(InputStream input)
public static void write(OutputStream output, ObjectReferenceTemplate value)