public class MapConnector
extends oracle.odi.domain.root.NamedObject
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_MAX_LENGTH
Maximum length of the name of a map connector.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayableTypeName()
Get a user-displayable type name for the object.
|
MapConnectorPoint |
getEndPoint()
Get the ending (target) input connector point for the connection.
|
java.lang.String |
getNamespaceId() |
IRoot |
getOwner()
Gets the mapping owner (or parent) of this object.
|
MapConnectorPoint |
getStartPoint()
Get the starting (source) output connector point for the connection.
|
void |
setIsHidden(boolean value)
Set the hidden flag which indicates that the connector is hidden for any graphical
UI rendering of the graph.
|
void |
setName(java.lang.String name)
Set the name of the object.
|
java.lang.String |
toString() |
getBusinessName, getDescription, getGlobalNamespaceId, getName, setBusinessName, setDescriptionaddCachedIssue, addCachedIssues, clearIssueCache, delete, displayIssues, displayIssues, displayIssues, dump, dump, dump, dump, dumpToString, equals, getAdapter, getCachedErrors, getCachedIssues, getCachedSyncState, getCachedValidationErrorMessage, getChildNamespaceId, getDisplayableObjectName, getFCOContainer, getFullName, getGUID, getInternalId, getPropertyDefinitionOwner, getRootContainer, getSecurityContainer, getStrongTypeClassName, getSyncState, handleMapChangeEvent, hasAdapter, hashCode, isNew, setCachedSyncState, validate, validate, validategetGlobalId, getNumericId, hasCustomizedPersistenceMethodFor, invokeCustomizedPersistenceMethodFordump, dump, getDisplayableObjectName, getGUID, getStrongTypeClassName, validate, validate, validategetRootContainergetGlobalId, getInternalId, getSecurityContainerpublic static final int NAME_MAX_LENGTH
public java.lang.String getNamespaceId()
getNamespaceId in class oracle.odi.domain.root.NamedObjectpublic void setIsHidden(boolean value)
value - public MapConnectorPoint getStartPoint()
public MapConnectorPoint getEndPoint()
public void setName(java.lang.String name)
throws MappingException
INamedObjectsetName in interface INamedObjectsetName in class oracle.odi.domain.root.NamedObjectMappingException - TODOpublic IRoot getOwner()
IRootpublic java.lang.String getDisplayableTypeName()
IRootgetDisplayableTypeName in interface IRootgetDisplayableTypeName in class oracle.odi.domain.root.Rootpublic java.lang.String toString()
toString in class oracle.odi.domain.root.Root