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

All Superinterfaces:
IDataValidation, IDTDataValidation, Serializable

public interface IMandatoryValidation
extends IDTDataValidation


Field Summary
static String CONSTRAINT_TYPE
           
 
Method Summary
 IAttribute getAttribute()
          The mandatory attribute: either a IAtomicAttribute, a IComplexAtomicAttribute or a IForeignAttribute
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IDTDataValidation
getValidationScope
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IDataValidation
equals, getConstraintName, getConstraintType, getEntity, hashCode, toString
 

Field Detail

CONSTRAINT_TYPE

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

getAttribute

IAttribute getAttribute()
The mandatory attribute: either a IAtomicAttribute, a IComplexAtomicAttribute or a IForeignAttribute

Returns:


Copyright © 2015. All Rights Reserved.