Uses of Class
com._1c.g5.v8.dt.moxel.content.DetailUse
-
-
Uses of DetailUse in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return DetailUse Modifier and Type Method Description DetailUse
Format. 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 void
Format. setDetailUse(DetailUse value)
Sets the value of the 'Detail Use
' attribute. -
Uses of DetailUse in com._1c.g5.v8.dt.moxel.content
Fields in com._1c.g5.v8.dt.moxel.content with type parameters of type DetailUse Modifier and Type Field Description static List<DetailUse>
DetailUse. VALUES
A 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 DetailUse
DetailUse. get(int value)
Returns the 'Detail Use' literal with the specified integer value.static DetailUse
DetailUse. get(String literal)
Returns the 'Detail Use' literal with the specified literal value.static DetailUse
DetailUse. getByName(String name)
Returns the 'Detail Use' literal with the specified name.DetailUse
BaseFormattingCellProperties. getDetailUse()
Returns the value of the 'Detail Use' attribute.static DetailUse
DetailUse. 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 void
BaseFormattingCellProperties. setDetailUse(DetailUse value)
Sets the value of the 'Detail Use
' attribute. -
Uses of DetailUse in com._1c.g5.v8.dt.moxel.content.impl
Methods in com._1c.g5.v8.dt.moxel.content.impl that return DetailUse Modifier and Type Method Description DetailUse
ContentFactoryImpl. createDetailUseFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
DetailUse
BaseFormattingCellPropertiesImpl. getDetailUse()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type DetailUse Modifier and Type Method Description void
BaseFormattingCellPropertiesImpl. setDetailUse(DetailUse newDetailUse)
-
Uses of DetailUse in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return DetailUse Modifier and Type Method Description DetailUse
FormatImpl. getDetailUse()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type DetailUse Modifier and Type Method Description void
FormatImpl. setDetailUse(DetailUse newDetailUse)
-
Uses of DetailUse in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return DetailUse Modifier and Type Method Description DetailUse
ReadOnlyCellFullFormat. getDetailUse()
-
Uses of DetailUse in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return DetailUse Modifier and Type Method Description static DetailUse
MxlSerializerUtil. getDetailUse(int val)
Get detail useDetailUse
ReadOnlyFormat. getDetailUse()
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type DetailUse Modifier and Type Method Description static int
MxlSerializerUtil. getMxlDetailUse(DetailUse detailUse)
Get mxl detail use
-