| TDAT: protected void addIsInPropertyDescriptor(Object object) { | |
| itemPropertyDescriptors.add | |
| (createItemPropertyDescriptor | |
| (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), | |
| getResourceLocator(), | |
| getString("_UI_Parameter_isIn_feature"), | |
| getString("_UI_PropertyDescriptor_description", "_UI_Parameter_isIn_feature", "_UI_Parameter_type"), | |
| ModelPackage.Literals.PARAMETER__IS_IN, | |
| false, | |
| false, | |
| false, | |
| ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, | |
| null, | |
| null)); | |
| } | |
| COM: <s> this adds a property descriptor for the is in feature </s> | |