public class DatastoreOverridenConstraint
extends oracle.odi.domain.root.Root
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONST_TYPE_AK |
static java.lang.String |
CONST_TYPE_CONDITION |
static java.lang.String |
CONST_TYPE_FILTER |
static java.lang.String |
CONST_TYPE_NOTNULL |
static java.lang.String |
CONST_TYPE_PK |
static java.lang.String |
CONST_TYPE_REFERENCE |
| Constructor and Description |
|---|
DatastoreOverridenConstraint(oracle.odi.domain.mapping.MapComponent owner,
java.lang.String constName,
java.lang.String constType,
boolean forcedValue)
Creates a new Overriding constraint for this Map Component.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConstName()
Returns the name of the constraint,
|
java.lang.String |
getConstType()
Returns the type of the constraint,
|
java.lang.String |
getDisplayableTypeName()
Get a user-displayable type name for the object.
|
boolean |
getForcedValue()
Returns the overriding value for flow check enabled indicator,
|
IRoot |
getOwner()
Returns the owner of the constraint,
|
void |
setConsName(java.lang.String name)
Sets the name of the constraint,
|
void |
setConsType(java.lang.String type)
Sets the type of the constraint,
|
void |
setForcedValue(boolean value)
Sets the overriding value for flow check enabled indicator,
|
void |
setOwner(oracle.odi.domain.mapping.MapComponent owner)
Sets the owner of the constraint,
|
addCachedIssue, addCachedIssues, clearIssueCache, delete, displayIssues, displayIssues, displayIssues, dump, dump, dump, dump, dumpToString, equals, getCachedErrors, getCachedSyncState, getCachedValidationErrorMessage, getChildNamespaceId, getDisplayableObjectName, getFCOContainer, getFullName, getGUID, getInternalId, getName, getPropertyDefinitionOwner, getRootContainer, getStrongTypeClassName, getSyncState, getValueHolderValue, handleMapChangeEvent, hasAdapter, hashCode, isNew, setCachedSyncState, toString, validate, validate, validategetBigNumericId, getNumericId, getParentgetParentpublic static final java.lang.String CONST_TYPE_REFERENCE
public static final java.lang.String CONST_TYPE_CONDITION
public static final java.lang.String CONST_TYPE_FILTER
public static final java.lang.String CONST_TYPE_NOTNULL
public static final java.lang.String CONST_TYPE_AK
public static final java.lang.String CONST_TYPE_PK
public DatastoreOverridenConstraint(oracle.odi.domain.mapping.MapComponent owner,
java.lang.String constName,
java.lang.String constType,
boolean forcedValue)
owner - the map component that owns this overriding constraintconstName - the name of the constraintconstType - the type of the constraintforcedValue - the overriding valuepublic java.lang.String getConstName()
public java.lang.String getConstType()
public boolean getForcedValue()
public IRoot getOwner()
public void setConsName(java.lang.String name)
name - constraint namepublic void setConsType(java.lang.String type)
type - constraint typepublic void setForcedValue(boolean value)
value - true if flow check enabled; false otherwisepublic void setOwner(oracle.odi.domain.mapping.MapComponent owner)
owner - constraint ownerpublic java.lang.String getDisplayableTypeName()
IRootgetDisplayableTypeName in interface IRootgetDisplayableTypeName in class oracle.odi.domain.root.Root