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 CreateOnInput
DcsDataSetInfoAvailableFieldInfo. 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 CreateOnInput
DcsAvailableFieldInfo.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. VALUES
A 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 CreateOnInput
CreateOnInput. get(int value)
Returns the 'Create On Input' literal with the specified integer value.static CreateOnInput
CreateOnInput. get(String literal)
Returns the 'Create On Input' literal with the specified literal value.static CreateOnInput
CreateOnInput. getByName(String name)
Returns the 'Create On Input' literal with the specified name.CreateOnInput
BasicDbObject. getCreateOnInput()
Returns the value of the 'Create On Input' attribute.CreateOnInput
BasicFeature. getCreateOnInput()
Returns the value of the 'Create On Input' attribute.CreateOnInput
Dimension. getCreateOnInput()
Returns the value of the 'Create On Input' attribute.CreateOnInput
Field. getCreateOnInput()
Returns the value of the 'Create On Input' attribute.CreateOnInput
StandardAttribute. getCreateOnInput()
Returns the value of the 'Create On Input' attribute.CreateOnInput
Table. getCreateOnInput()
Returns the value of the 'Create On Input' attribute.static CreateOnInput
CreateOnInput. 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 void
BasicDbObject. setCreateOnInput(CreateOnInput value)
Sets the value of the 'Create On Input
' attribute.void
BasicFeature. setCreateOnInput(CreateOnInput value)
Sets the value of the 'Create On Input
' attribute.void
Dimension. setCreateOnInput(CreateOnInput value)
Sets the value of the 'Create On Input
' attribute.void
Field. setCreateOnInput(CreateOnInput value)
Sets the value of the 'Create On Input
' attribute.void
StandardAttribute. setCreateOnInput(CreateOnInput value)
Sets the value of the 'Create On Input
' attribute.void
Table. 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 CreateOnInput
MdClassFactoryImpl. createCreateOnInputFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
CreateOnInput
BasicDbObjectImpl. getCreateOnInput()
CreateOnInput
BasicFeatureImpl. getCreateOnInput()
CreateOnInput
DimensionImpl. getCreateOnInput()
CreateOnInput
FieldImpl. getCreateOnInput()
CreateOnInput
StandardAttributeImpl. getCreateOnInput()
CreateOnInput
TableImpl. getCreateOnInput()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CreateOnInput Modifier and Type Method Description void
BasicDbObjectImpl. setCreateOnInput(CreateOnInput newCreateOnInput)
void
BasicFeatureImpl. setCreateOnInput(CreateOnInput newCreateOnInput)
void
DimensionImpl. setCreateOnInput(CreateOnInput newCreateOnInput)
void
FieldImpl. setCreateOnInput(CreateOnInput newCreateOnInput)
void
StandardAttributeImpl. setCreateOnInput(CreateOnInput newCreateOnInput)
void
TableImpl. 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 boolean
MdClassValidator. validateCreateOnInput(CreateOnInput createOnInput, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-