Uses of Class
com._1c.g5.v8.dt.moxel.StandardAppearance
-
Packages that use StandardAppearance Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of StandardAppearance in com._1c.g5.v8.dt.moxel
Fields in com._1c.g5.v8.dt.moxel with type parameters of type StandardAppearance Modifier and Type Field Description static 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 StandardAppearance Modifier and Type Method Description static StandardAppearance
StandardAppearance. get(int value)
Returns the 'Standard Appearance' literal with the specified integer value.static StandardAppearance
StandardAppearance. get(String literal)
Returns the 'Standard Appearance' literal with the specified literal value.static StandardAppearance
StandardAppearance. getByName(String name)
Returns the 'Standard Appearance' literal with the specified name.StandardAppearance
PivotTable. getStandardAppearance()
Returns the value of the 'Standard Appearance' attribute.static StandardAppearance
StandardAppearance. valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardAppearance[]
StandardAppearance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel with parameters of type StandardAppearance Modifier and Type Method Description void
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 StandardAppearance Modifier and Type Method Description StandardAppearance
MoxelFactoryImpl. createStandardAppearanceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
StandardAppearance
PivotTableImpl. getStandardAppearance()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type StandardAppearance Modifier and Type Method Description void
PivotTableImpl. setStandardAppearance(StandardAppearance newStandardAppearance)
-
Uses of StandardAppearance in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return StandardAppearance Modifier and Type Method Description static StandardAppearance
MxlSerializerUtil. getStandardAppearance(int index)
Get standard appearance
-