Uses of Interface
com._1c.g5.v8.dt.v8help.model.V8HelpAttribute
Packages that use V8HelpAttribute
Package
Description
- 
Uses of V8HelpAttribute in com._1c.g5.v8.dt.v8helpMethods in com._1c.g5.v8.dt.v8help that return V8HelpAttributeModifier and TypeMethodDescriptionstatic V8HelpAttributeV8HelpUtil.getAttributeByName(V8HelpBook helpBook, String name) FindV8HelpAttributeby given name
- 
Uses of V8HelpAttribute in com._1c.g5.v8.dt.v8help.modelMethods in com._1c.g5.v8.dt.v8help.model that return V8HelpAttributeModifier and TypeMethodDescriptionV8HelpFactory.createV8HelpAttribute()Returns a new object of class 'Attribute'.Methods in com._1c.g5.v8.dt.v8help.model that return types with arguments of type V8HelpAttributeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<V8HelpAttribute>V8HelpBook.getAttributes()Returns the value of the 'Attributes' containment reference list.org.eclipse.emf.common.util.EList<V8HelpAttribute>V8HelpPage.getAttributes()Returns the value of the 'Attributes' reference list.
- 
Uses of V8HelpAttribute in com._1c.g5.v8.dt.v8help.model.implClasses in com._1c.g5.v8.dt.v8help.model.impl that implement V8HelpAttributeModifier and TypeClassDescriptionclassAn implementation of the model object 'Attribute'.Fields in com._1c.g5.v8.dt.v8help.model.impl with type parameters of type V8HelpAttributeModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<V8HelpAttribute>V8HelpBookImpl.attributesThe cached value of the 'Attributes' containment reference list.protected org.eclipse.emf.common.util.EList<V8HelpAttribute>V8HelpPageImpl.attributesThe cached value of the 'Attributes' reference list.Methods in com._1c.g5.v8.dt.v8help.model.impl that return V8HelpAttributeMethods in com._1c.g5.v8.dt.v8help.model.impl that return types with arguments of type V8HelpAttributeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<V8HelpAttribute>V8HelpBookImpl.getAttributes()org.eclipse.emf.common.util.EList<V8HelpAttribute>V8HelpPageImpl.getAttributes()
- 
Uses of V8HelpAttribute in com._1c.g5.v8.dt.v8help.model.utilMethods in com._1c.g5.v8.dt.v8help.model.util with parameters of type V8HelpAttributeModifier and TypeMethodDescriptionV8HelpSwitch.caseV8HelpAttribute(V8HelpAttribute object) Returns the result of interpreting the object as an instance of 'Attribute'.