Uses of Class
com._1c.g5.v8.dt.moxel.content.DetailUse
- 
- 
Uses of DetailUse in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return DetailUse Modifier and Type Method Description DetailUseFormat. getDetailUse()Returns the value of the 'Detail Use' attribute.Methods in com._1c.g5.v8.dt.moxel with parameters of type DetailUse Modifier and Type Method Description voidFormat. setDetailUse(DetailUse value)Sets the value of the 'Detail Use' attribute.
- 
Uses of DetailUse in com._1c.g5.v8.dt.moxel.contentFields in com._1c.g5.v8.dt.moxel.content with type parameters of type DetailUse Modifier and Type Field Description static List<DetailUse>DetailUse. VALUESA public read-only list of all the 'Detail Use' enumerators.Methods in com._1c.g5.v8.dt.moxel.content that return DetailUse Modifier and Type Method Description static DetailUseDetailUse. get(int value)Returns the 'Detail Use' literal with the specified integer value.static DetailUseDetailUse. get(String literal)Returns the 'Detail Use' literal with the specified literal value.static DetailUseDetailUse. getByName(String name)Returns the 'Detail Use' literal with the specified name.DetailUseBaseFormattingCellProperties. getDetailUse()Returns the value of the 'Detail Use' attribute.static DetailUseDetailUse. valueOf(String name)Returns the enum constant of this type with the specified name.static DetailUse[]DetailUse. 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.content with parameters of type DetailUse Modifier and Type Method Description voidBaseFormattingCellProperties. setDetailUse(DetailUse value)Sets the value of the 'Detail Use' attribute.
- 
Uses of DetailUse in com._1c.g5.v8.dt.moxel.content.implMethods in com._1c.g5.v8.dt.moxel.content.impl that return DetailUse Modifier and Type Method Description DetailUseContentFactoryImpl. createDetailUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)DetailUseBaseFormattingCellPropertiesImpl. getDetailUse()Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type DetailUse Modifier and Type Method Description voidBaseFormattingCellPropertiesImpl. setDetailUse(DetailUse newDetailUse)
- 
Uses of DetailUse in com._1c.g5.v8.dt.moxel.implMethods in com._1c.g5.v8.dt.moxel.impl that return DetailUse Modifier and Type Method Description DetailUseFormatImpl. getDetailUse()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type DetailUse Modifier and Type Method Description voidFormatImpl. setDetailUse(DetailUse newDetailUse)
- 
Uses of DetailUse in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return DetailUse Modifier and Type Method Description DetailUseReadOnlyCellFullFormat. getDetailUse()
- 
Uses of DetailUse in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util that return DetailUse Modifier and Type Method Description static DetailUseMxlSerializerUtil. getDetailUse(int val)Get detail useDetailUseReadOnlyFormat. getDetailUse()Methods in com._1c.g5.v8.dt.moxel.util with parameters of type DetailUse Modifier and Type Method Description static intMxlSerializerUtil. getMxlDetailUse(DetailUse detailUse)Get mxl detail use
 
-