public interface ConstraintAttachmentBean extends SdmxStructureBean
Modifier and Type | Method and Description |
---|---|
ConstraintAttachmentMutableBean |
createMutableInstance() |
DataAndMetadataSetReference |
getDataOrMetadataSetReference()
If this constraint is built from a dataset/metadataset, this will returns the data provider and dataset id
|
java.util.List<DataSourceBean> |
getDataSources()
Returns the datasource(s) that this constraint is built from
|
java.util.Set<CrossReferenceBean> |
getStructureReference()
Returns the structures that this constraint is attached to, this can be one or more of the following:
Data Provider
Data Structure
Metadata Structure
Data Flow
Metadata Flow
Provision Agreement
Registration Bean
|
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent
deepEquals, getComposites, getComposites, getCrossReferences, getParent, getStructureType
DataAndMetadataSetReference getDataOrMetadataSetReference()
java.util.Set<CrossReferenceBean> getStructureReference()
NOTE: This list of cross references can not be a mixed bag, it can be one or more OF THE SAME TYPE.
java.util.List<DataSourceBean> getDataSources()
ConstraintAttachmentMutableBean createMutableInstance()