Class DatasetField
java.lang.Object
com.orchestranetworks.addon.dmdv.model.extension.DiagramNode
com.orchestranetworks.addon.dmdv.model.extension.Field
com.orchestranetworks.addon.dmdv.model.extension.DatasetField
Represents a field node at the dataset level (should be distinguished from 
TableField).- Since:
 - 1.0.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the parent node.booleanReturnstrueif the current node is a field contained in a dataset node and not in a table node.Methods inherited from class com.orchestranetworks.addon.dmdv.model.extension.Field
getDataType, getMaxOccurrence, getMinOccurrence, getReferenceTable, isComputed, isForeignKey, isHidden, setCardinality, setComputed, setDataType, setHidden, setReferenceTableMethods inherited from class com.orchestranetworks.addon.dmdv.model.extension.DiagramNode
getLabel, getName, isDatasetGroup, isTable, isTableField, isTableGroup, setLabel, setLabel 
- 
Method Details
- 
getParent
Description copied from class:DiagramNodeReturns the parent node.- Overrides:
 getParentin classDiagramNode
 - 
isDatasetField
public boolean isDatasetField()Description copied from class:DiagramNodeReturnstrueif the current node is a field contained in a dataset node and not in a table node.- Overrides:
 isDatasetFieldin classDiagramNode
 
 -