public class ExternalLink extends BaseProperty implements Relation
Property
representing JAXR external link and mapped using the
ExternalLink
annotation.Constructor and Description |
---|
ExternalLink() |
Modifier and Type | Method and Description |
---|---|
CascadeStyle |
getCascadeStyle()
Returns the cascade stype for this relation.
|
Property |
getPropery()
Returns the underlying
Property instance. |
java.lang.String |
getSlotName()
Returns the name of a slot that the external link must contain.
|
java.lang.String |
getSlotValue()
Returns the required value of the slot specified by slotName.
|
void |
setCascadeStyle(CascadeStyle cascadeStyle)
Sets the cascade style for this relation.
|
void |
setSlotName(java.lang.String slotName)
Sets the slotName.
|
void |
setSlotValue(java.lang.String slotValue)
Returns the slotValue.
|
getAttributeDescription, getAttributeName, getBeanType, getGetter, getName, getSetter, getTargetType, hasAttributeDescription, setAttributeDescription, setAttributeName, setBeanType, setGetter, setHasAttributeDescription, setName, setSetter, setTargetType
public CascadeStyle getCascadeStyle()
Relation
getCascadeStyle
in interface Relation
CascadeStyle
public void setCascadeStyle(CascadeStyle cascadeStyle)
Relation
setCascadeStyle
in interface Relation
cascadeStyle
- the cascade style for this relation.public Property getPropery()
Relation
Property
instance.getPropery
in interface Relation
Property
public java.lang.String getSlotName()
public void setSlotName(java.lang.String slotName)
slotName
- the slotName to setpublic java.lang.String getSlotValue()
public void setSlotValue(java.lang.String slotValue)
slotValue
- the slotValue to set