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 V8HelpAttribute
V8HelpUtil. getAttributeByName(V8HelpBook helpBook, String name)
FindV8HelpAttribute
by 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 V8HelpAttribute
V8HelpFactory. 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 class
V8HelpAttributeImpl
An 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. attributes
The cached value of the 'Attributes
' containment reference list.protected org.eclipse.emf.common.util.EList<V8HelpAttribute>
V8HelpPageImpl. attributes
The 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 V8HelpAttribute
V8HelpFactoryImpl. 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 T
V8HelpSwitch. caseV8HelpAttribute(V8HelpAttribute object)
Returns the result of interpreting the object as an instance of 'Attribute'.
-