cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations
Annotation Type EnumValue


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

Annotates enum value with corresponding strings for their T3D representation

Author:
Martin Cerny

Required Element Summary
 String value
          Enum value for unreal.
 
Optional Element Summary
 boolean raw
          If true, prefix is not prepended to the enum value
 

Element Detail

value

public abstract String value
Enum value for unreal.

Returns:

raw

public abstract boolean raw
If true, prefix is not prepended to the enum value

Returns:
Default:
false


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