public interface S8WebVertexOutbound
The vertex outbound side.
- Author:
- Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBool8ArrayField(String name, boolean[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetBool8Field(String name, boolean value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<S extends S8ExplicitSerializable>
voidsetExplicitSerializableArrayField(String name, List<S> value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<S extends S8ExplicitSerializable>
voidsetExplicitSerializableArrayField(String name, S[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetFloat32ArrayField(String name, float[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetFloat32Field(String name, float value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetFloat64ArrayField(String name, double[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetFloat64Field(String name, double value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetInt16Field(String name, int value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetInt32Field(String name, int value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetInt64ArrayField(String name, long[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetInt64Field(String name, long value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetInt8Field(String name, int value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<T extends S8WebObject>
voidsetObjectField(String name, T value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<T extends S8WebObject>
voidsetObjectListField(String name, List<T> value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<T extends S8WebObject>
voidsetObjectListField(String name, T value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<T extends S8WebObject>
voidsetObjectListField(String name, T[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<S extends S8ExplicitSerializable>
voidsetSerializableField(String name, S value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetStringUTF8ArrayField(String name, String[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetStringUTF8Field(String name, String value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetUInt16ArrayField(String name, int[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetUInt16Field(String name, int value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetUInt32ArrayField(String name, long[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetUInt32Field(String name, long value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetUInt64Field(String name, long value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetUInt8ArrayField(String name, int[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.voidsetUInt8Field(String name, int value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.
-
Method Details
-
setBool8Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setBool8ArrayField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setUInt8Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setUInt8ArrayField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setUInt16Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setUInt16ArrayField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setUInt32Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setUInt32ArrayField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setUInt64Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setInt8Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setInt16Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setInt32Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setInt64Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setInt64ArrayField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setFloat32Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setFloat32ArrayField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setFloat64Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setFloat64ArrayField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setStringUTF8Field
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setStringUTF8ArrayField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setSerializableField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Type Parameters:
S- The serialized type- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setExplicitSerializableArrayField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Type Parameters:
S- The serialized type- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setExplicitSerializableArrayField
<S extends S8ExplicitSerializable> void setExplicitSerializableArrayField(String name, List<S> value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Type Parameters:
S- The serialized type- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setObjectField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Type Parameters:
T- The S8WebObjectType type- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setObjectListField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Type Parameters:
T- The S8WebObjectType type- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setObjectListField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Type Parameters:
T- The S8WebObjectType type- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-
setObjectListField
Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.- Type Parameters:
T- The S8WebObjectType type- Parameters:
name- the name of the field in the remote front objectvalue- the new value to be assigned to the field
-