Datasets:
apcl
/

Modalities:
Text
Formats:
webdataset
Libraries:
Datasets
WebDataset
mcmillco's picture
init
e789b06
raw
history blame
639 Bytes
TDAT: protected void addReferencedInstancesPropertyDescriptor(Object object) {
itemPropertyDescriptors.add
(createItemPropertyDescriptor
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_Instance_referencedInstances_feature"),
getString("_UI_PropertyDescriptor_description", "_UI_Instance_referencedInstances_feature", "_UI_Instance_type"),
ModelPackage.Literals.INSTANCE__REFERENCED_INSTANCES,
true,
false,
true,
null,
null,
null));
}
COM: <s> this adds a property descriptor for the referenced instances feature </s>