com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation Type ExternalLink
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ExternalLink
Annotation for mapping the return value of a (getter) method to external
link.
Required Element Summary |
java.lang.Class<?> |
type
|
type
public abstract java.lang.Class<?> type
- Returns:
- The class of the
RegistryBean
representing the external
link.
slotName
public abstract java.lang.String slotName
- Returns:
- The name of a slot that the external link should contain.
- Default:
- ""
slotValue
public abstract java.lang.String slotValue
- Returns:
- The required value of the slot specified by slotName.
- Default:
- ""
cascadeStype
public abstract CascadeStyle cascadeStype
- The cascading style for this mapping.
- Returns:
CascadeStyle
- Default:
- com.softwareag.centrasite.appl.framework.mapping.CascadeStyle.NONE