com.semarchy.mdm.runtime.model.logical
Interface ICheckConstraint

All Superinterfaces:
IUniquelyNamed, Serializable

public interface ICheckConstraint
extends IUniquelyNamed, Serializable

Defines a check constraints of an entity

Author:
skamel

Field Summary
static String CHECKCONSTRAINT_PREFIX
           
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 String getCondition()
           
 IEntity getDeclaringEntity()
           
 String getName()
           
 ValidationScope getValidationScope()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 

Field Detail

CHECKCONSTRAINT_PREFIX

static final String CHECKCONSTRAINT_PREFIX
See Also:
Constant Field Values
Method Detail

getValidationScope

ValidationScope getValidationScope()

getDeclaringEntity

IEntity getDeclaringEntity()

getName

String getName()

getCondition

String getCondition()


Copyright © 2015. All Rights Reserved.