cz.cuni.amis.pogamut.ut2004.communication.messages.custom
Annotation Type ControlMessageField


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface ControlMessageField


Required Element Summary
 int index
          Can be either 1, 2 or 3.
 

Element Detail

index

public abstract int index
Can be either 1, 2 or 3. Type of the field (whether to use ControlMessage.getPF1() or ControlMessage.getPI1() etc.) is inferred automatically via reflection on the annotated field type.

Returns:


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.