Atavism Version 2018.1AGIS API

atavism.msgsys
Class FilterUpdate.Instruction

java.lang.Object
  extended by atavism.msgsys.FilterUpdate.Instruction
Enclosing class:
FilterUpdate

public static class FilterUpdate.Instruction
extends java.lang.Object

Filter update instruction.


Field Summary
 int fieldId
           
 int opCode
           
 java.lang.Object value
           
 
Constructor Summary
FilterUpdate.Instruction()
           
FilterUpdate.Instruction(int op, int fieldId, java.lang.Object value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opCode

public int opCode

fieldId

public int fieldId

value

public java.lang.Object value
Constructor Detail

FilterUpdate.Instruction

public FilterUpdate.Instruction()

FilterUpdate.Instruction

public FilterUpdate.Instruction(int op,
                                int fieldId,
                                java.lang.Object value)
Parameters:
op - Op-code: OP_SET, OP_ADD, or OP_REMOVE
fieldId - Field identifier.
value - Instruction value.


Copyright © 2018 Dragonsan Studios Sp. z o.o.