pl.edu.agh.cast.model.mapper.annotation
Annotation Type MapAttribute
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
@Inherited
public @interface MapAttribute
Map attribute to metamodel node. Attributes:
- typeName - the name of the type which is assigned to the node which corresponds to the attribute value
- name - the name of the link which connects given node with the attribute node (attribute name, by default)
- load - the class used to load the attribute (only special cases)
- save - the class used to save the attribute (only special cases)
- Author:
- AGH CAST Team
typeName
public abstract String typeName
- Default:
- ""
name
public abstract String name
- Default:
- ""
load
public abstract Class load
- Default:
- java.lang.Object.class
save
public abstract Class save
- Default:
- java.lang.Object.class
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.