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.moxelFields in com._1c.g5.v8.dt.moxel with type parameters of type StandardAppearance Modifier and Type Field Description static List<StandardAppearance>StandardAppearance. VALUESA 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 StandardAppearanceStandardAppearance. get(int value)Returns the 'Standard Appearance' literal with the specified integer value.static StandardAppearanceStandardAppearance. get(String literal)Returns the 'Standard Appearance' literal with the specified literal value.static StandardAppearanceStandardAppearance. getByName(String name)Returns the 'Standard Appearance' literal with the specified name.StandardAppearancePivotTable. getStandardAppearance()Returns the value of the 'Standard Appearance' attribute.static StandardAppearanceStandardAppearance. 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 voidPivotTable. setStandardAppearance(StandardAppearance value)Sets the value of the 'Standard Appearance' attribute.
- 
Uses of StandardAppearance in com._1c.g5.v8.dt.moxel.implMethods in com._1c.g5.v8.dt.moxel.impl that return StandardAppearance Modifier and Type Method Description StandardAppearanceMoxelFactoryImpl. createStandardAppearanceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)StandardAppearancePivotTableImpl. getStandardAppearance()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type StandardAppearance Modifier and Type Method Description voidPivotTableImpl. setStandardAppearance(StandardAppearance newStandardAppearance)
- 
Uses of StandardAppearance in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return StandardAppearance Modifier and Type Method Description static StandardAppearanceMxlSerializerUtil. getStandardAppearance(int index)Get standard appearance
 
-