Uses of Interface
com._1c.g5.v8.dt.v8help.model.V8HelpAttribute
-
Packages that use V8HelpAttribute Package Description com._1c.g5.v8.dt.v8help com._1c.g5.v8.dt.v8help.model com._1c.g5.v8.dt.v8help.model.impl com._1c.g5.v8.dt.v8help.model.util -
-
Uses of V8HelpAttribute in com._1c.g5.v8.dt.v8help
Methods in com._1c.g5.v8.dt.v8help that return V8HelpAttribute Modifier and Type Method Description static V8HelpAttributeV8HelpUtil. getAttributeByName(V8HelpBook helpBook, String name)FindV8HelpAttributeby given name -
Uses of V8HelpAttribute in com._1c.g5.v8.dt.v8help.model
Methods in com._1c.g5.v8.dt.v8help.model that return V8HelpAttribute Modifier and Type Method Description V8HelpAttributeV8HelpFactory. createV8HelpAttribute()Returns a new object of class 'Attribute'.Methods in com._1c.g5.v8.dt.v8help.model that return types with arguments of type V8HelpAttribute Modifier and Type Method Description org.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.impl
Classes in com._1c.g5.v8.dt.v8help.model.impl that implement V8HelpAttribute Modifier and Type Class Description classV8HelpAttributeImplAn implementation of the model object 'Attribute'.Fields in com._1c.g5.v8.dt.v8help.model.impl with type parameters of type V8HelpAttribute Modifier and Type Field Description protected 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 V8HelpAttribute Modifier and Type Method Description V8HelpAttributeV8HelpFactoryImpl. createV8HelpAttribute()Methods in com._1c.g5.v8.dt.v8help.model.impl that return types with arguments of type V8HelpAttribute Modifier and Type Method Description org.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.util
Methods in com._1c.g5.v8.dt.v8help.model.util with parameters of type V8HelpAttribute Modifier and Type Method Description TV8HelpSwitch. caseV8HelpAttribute(V8HelpAttribute object)Returns the result of interpreting the object as an instance of 'Attribute'.
-