public class CollectionExtension extends Object implements DescriptorExtension
| Constructor and Description |
|---|
CollectionExtension() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddExpression() |
String |
getInverseProperty() |
String |
getRemoveExpression() |
String |
getSwapExpression() |
boolean |
isAllowRemove() |
boolean |
isChildRelationship() |
void |
setAddExpression(String addExpression) |
void |
setAllowRemove(boolean allowRemove) |
void |
setChildRelationship(boolean childRelationship) |
void |
setInverseProperty(String inverseProperty) |
void |
setRemoveExpression(String removeExpression) |
void |
setSwapExpression(String swapExpression) |
public boolean isChildRelationship()
public void setChildRelationship(boolean childRelationship)
public String getInverseProperty()
public void setInverseProperty(String inverseProperty)
public String getAddExpression()
public void setAddExpression(String addExpression)
public String getRemoveExpression()
public void setRemoveExpression(String removeExpression)
public String getSwapExpression()
public void setSwapExpression(String swapExpression)
public boolean isAllowRemove()
public void setAllowRemove(boolean allowRemove)
Copyright © 2004-2013. All Rights Reserved.