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


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

Designates a field of collection type. All memebers of the collection are added as children of the element. This field is by default not considered a property of the object. If it should be, use UnrealProperty annotation to designate this.

Author:
Martin Cerny

Optional Element Summary
 String encloseIn
          If set to anything but empty string, the child collection is enclosed in a Begin XXX ...
 

encloseIn

public abstract String encloseIn
If set to anything but empty string, the child collection is enclosed in a Begin XXX ... End XXX block with given name

Returns:
Default:
""


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