Uses of Enum Class
com._1c.g5.v8.dt.moxel.StandardAppearance
Packages that use StandardAppearance
-
Uses of StandardAppearance in com._1c.g5.v8.dt.moxel
Fields in com._1c.g5.v8.dt.moxel with type parameters of type StandardAppearanceModifier and TypeFieldDescriptionstatic final List<StandardAppearance>
StandardAppearance.VALUES
A public read-only list of all the 'Standard Appearance' enumerators.Methods in com._1c.g5.v8.dt.moxel that return StandardAppearanceModifier and TypeMethodDescriptionstatic StandardAppearance
StandardAppearance.get
(int value) Returns the 'Standard Appearance' literal with the specified integer value.static StandardAppearance
Returns the 'Standard Appearance' literal with the specified literal value.static StandardAppearance
Returns the 'Standard Appearance' literal with the specified name.PivotTable.getStandardAppearance()
Returns the value of the 'Standard Appearance' attribute.static StandardAppearance
Returns the enum constant of this class with the specified name.static StandardAppearance[]
StandardAppearance.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel with parameters of type StandardAppearanceModifier and TypeMethodDescriptionvoid
PivotTable.setStandardAppearance
(StandardAppearance value) Sets the value of the 'Standard Appearance
' attribute. -
Uses of StandardAppearance in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return StandardAppearanceModifier and TypeMethodDescriptionMoxelFactoryImpl.createStandardAppearanceFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) PivotTableImpl.getStandardAppearance()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type StandardAppearanceModifier and TypeMethodDescriptionvoid
PivotTableImpl.setStandardAppearance
(StandardAppearance newStandardAppearance)