|
|||||||||
| Atavism Version 2018.1 | AGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatavism.msgsys.FilterUpdate.Instruction
public static class FilterUpdate.Instruction
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 |
|---|
public int opCode
public int fieldId
public java.lang.Object value
| Constructor Detail |
|---|
public FilterUpdate.Instruction()
public FilterUpdate.Instruction(int op,
int fieldId,
java.lang.Object value)
op - Op-code: OP_SET, OP_ADD, or OP_REMOVEfieldId - Field identifier.value - Instruction value.
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||