Class DataCompositionSchema
java.lang.Object
com.github._1c_syntax.bsl.mdo.storage.DataCompositionSchema
- All Implemented Interfaces:
TemplateData
Реализация хранения содержимого макета-схемы компоновки данных
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Constructor Summary
ConstructorsConstructorDescriptionDataCompositionSchema(@NonNull List<DataCompositionSchema.DataSet> dataSetsTree, @NonNull Path path) -
Method Summary
-
Constructor Details
-
DataCompositionSchema
-
-
Method Details
-
isEmpty
public boolean isEmpty()Description copied from interface:TemplateDataПризнак пустого содержимого- Specified by:
isEmptyin interfaceTemplateData
-
getDataSets
Дерево наборов данных -
equals
-
hashCode
public int hashCode() -
toString
-
getPlainDataSets
Плоский список наборов данных -
getDataPath
Путь к файлу с данными макета- Specified by:
getDataPathin interfaceTemplateData
-