Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.CreateOnInput
-
Packages that use CreateOnInput Package Description com._1c.g5.v8.dt.dcs com._1c.g5.v8.dt.dcs.settings com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of CreateOnInput in com._1c.g5.v8.dt.dcs
Fields in com._1c.g5.v8.dt.dcs declared as CreateOnInput Modifier and Type Field Description CreateOnInputDcsDataSetInfoAvailableFieldInfo. createOnInput -
Uses of CreateOnInput in com._1c.g5.v8.dt.dcs.settings
Fields in com._1c.g5.v8.dt.dcs.settings declared as CreateOnInput Modifier and Type Field Description CreateOnInputDcsAvailableFieldInfo.DCSASSInputParameters. createOnInput -
Uses of CreateOnInput in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type CreateOnInput Modifier and Type Field Description static List<CreateOnInput>CreateOnInput. VALUESA public read-only list of all the 'Create On Input' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CreateOnInput Modifier and Type Method Description static CreateOnInputCreateOnInput. get(int value)Returns the 'Create On Input' literal with the specified integer value.static CreateOnInputCreateOnInput. get(String literal)Returns the 'Create On Input' literal with the specified literal value.static CreateOnInputCreateOnInput. getByName(String name)Returns the 'Create On Input' literal with the specified name.CreateOnInputBasicDbObject. getCreateOnInput()Returns the value of the 'Create On Input' attribute.CreateOnInputBasicFeature. getCreateOnInput()Returns the value of the 'Create On Input' attribute.CreateOnInputDimension. getCreateOnInput()Returns the value of the 'Create On Input' attribute.CreateOnInputField. getCreateOnInput()Returns the value of the 'Create On Input' attribute.CreateOnInputStandardAttribute. getCreateOnInput()Returns the value of the 'Create On Input' attribute.CreateOnInputTable. getCreateOnInput()Returns the value of the 'Create On Input' attribute.static CreateOnInputCreateOnInput. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateOnInput[]CreateOnInput. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type CreateOnInput Modifier and Type Method Description voidBasicDbObject. setCreateOnInput(CreateOnInput value)Sets the value of the 'Create On Input' attribute.voidBasicFeature. setCreateOnInput(CreateOnInput value)Sets the value of the 'Create On Input' attribute.voidDimension. setCreateOnInput(CreateOnInput value)Sets the value of the 'Create On Input' attribute.voidField. setCreateOnInput(CreateOnInput value)Sets the value of the 'Create On Input' attribute.voidStandardAttribute. setCreateOnInput(CreateOnInput value)Sets the value of the 'Create On Input' attribute.voidTable. setCreateOnInput(CreateOnInput value)Sets the value of the 'Create On Input' attribute. -
Uses of CreateOnInput in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CreateOnInput Modifier and Type Method Description CreateOnInputMdClassFactoryImpl. createCreateOnInputFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)CreateOnInputBasicDbObjectImpl. getCreateOnInput()CreateOnInputBasicFeatureImpl. getCreateOnInput()CreateOnInputDimensionImpl. getCreateOnInput()CreateOnInputFieldImpl. getCreateOnInput()CreateOnInputStandardAttributeImpl. getCreateOnInput()CreateOnInputTableImpl. getCreateOnInput()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CreateOnInput Modifier and Type Method Description voidBasicDbObjectImpl. setCreateOnInput(CreateOnInput newCreateOnInput)voidBasicFeatureImpl. setCreateOnInput(CreateOnInput newCreateOnInput)voidDimensionImpl. setCreateOnInput(CreateOnInput newCreateOnInput)voidFieldImpl. setCreateOnInput(CreateOnInput newCreateOnInput)voidStandardAttributeImpl. setCreateOnInput(CreateOnInput newCreateOnInput)voidTableImpl. setCreateOnInput(CreateOnInput newCreateOnInput) -
Uses of CreateOnInput in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CreateOnInput Modifier and Type Method Description booleanMdClassValidator. validateCreateOnInput(CreateOnInput createOnInput, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-