Package com.github._1c_syntax.bsl.mdo
Interface CharacteristicOwner
- All Known Implementing Classes:
BusinessProcess,Catalog,ChartOfAccounts,ChartOfCalculationTypes,ChartOfCharacteristicTypes,Document,Enum,ExchangePlan,Task
public interface CharacteristicOwner
Объект метаданных, содержащий характеристики
-
Method Summary
Modifier and TypeMethodDescriptionСписок характеристик объекта
-
Method Details
-
getCharacteristics
List<Characteristic> getCharacteristics()Список характеристик объекта
-