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


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface UnrealEnum

Interface to mark enums as representable in UT3. Unless EnumValue is specified for enum fields, their name is converted from Java enum constant form (OVERWRITE_ALL) to T3D format (OverwriteAll). This annotation's value is prepended to the field name, enluess EnumValue.raw() is set.

Author:
Martin Cerny

Required Element Summary
 String value
          The prefix used for enum expression.
 

Element Detail

value

public abstract String value
The prefix used for enum expression. Prepended to strings for all enum values

Returns:


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