Uses of Class
com._1c.g5.v8.dt.erd.model.ErdDataPart
-
Packages that use ErdDataPart Package Description com._1c.g5.v8.dt.erd.core.dataconverter.extensions com._1c.g5.v8.dt.erd.ui.model.draw2d -
-
Uses of ErdDataPart in com._1c.g5.v8.dt.erd.core.dataconverter.extensions
Methods in com._1c.g5.v8.dt.erd.core.dataconverter.extensions that return types with arguments of type ErdDataPart Modifier and Type Method Description protected Collection<ErdDataPart>AbstractConverter. getReferenceTypeStandardAttributes(FieldSource fieldSource)Return standard attributes with reference type. -
Uses of ErdDataPart in com._1c.g5.v8.dt.erd.ui.model.draw2d
Methods in com._1c.g5.v8.dt.erd.ui.model.draw2d that return ErdDataPart Modifier and Type Method Description ErdDataPartErdDataPartLabel. getAssociatedDataPart()Returns associated data part.Constructors in com._1c.g5.v8.dt.erd.ui.model.draw2d with parameters of type ErdDataPart Constructor Description ErdDataPartLabel(EntityFigurePart parent, ErdDataPart associatedDataPart)Constructor.
-