public final class RelationshipDescriptor
extends org.glassfish.deployment.common.Descriptor
| Constructor and Description |
|---|
RelationshipDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsBidirectional() |
RelationRoleDescriptor |
getSink() |
RelationRoleDescriptor |
getSource() |
boolean |
hasParticipant(org.glassfish.deployment.common.Descriptor desc)
Checks whether an EjbCMPEntityDescriptor
is a participant in this relationship.
|
boolean |
isManyMany() |
boolean |
isManyOne() |
boolean |
isOneMany() |
boolean |
isOneOne() |
void |
print(StringBuffer toStringBuffer) |
void |
setIsBidirectional(boolean isBidirectional) |
void |
setSink(RelationRoleDescriptor sink) |
void |
setSource(RelationRoleDescriptor source) |
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic boolean isOneOne()
public boolean isOneMany()
public boolean isManyOne()
public boolean isManyMany()
public boolean hasParticipant(org.glassfish.deployment.common.Descriptor desc)
public RelationRoleDescriptor getSource()
public void setSource(RelationRoleDescriptor source)
public void setSink(RelationRoleDescriptor sink)
public RelationRoleDescriptor getSink()
public void setIsBidirectional(boolean isBidirectional)
public boolean getIsBidirectional()
public void print(StringBuffer toStringBuffer)
print in class org.glassfish.deployment.common.DescriptorCopyright © 2017–2019 Eclipse Foundation. All rights reserved.