Package com._1c.g5.v8.dt.dcs.settings
Class DcsAvailableSettingsSourceForSchema.DcsAvailableParameterInfo
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.settings.DcsAvailableSettingsSourceForSchema.DcsAvailableParameterInfo
-
- Enclosing class:
- DcsAvailableSettingsSourceForSchema
public static class DcsAvailableSettingsSourceForSchema.DcsAvailableParameterInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
availableAsField
TypedValueList
availableValues
DcsPath[]
dataPath
Value
defaultValue
boolean
denyIncompleteValues
DcsAvailableFieldInfo.DCSASSInputParameters
inputParameters
String
title
DataCompositionParameterUse
use
boolean
valueListAllowed
TypeDescriptionSource
valueType
boolean
visible
-
Constructor Summary
Constructors Constructor Description DcsAvailableParameterInfo()
-
-
-
Field Detail
-
dataPath
public DcsPath[] dataPath
-
title
public String title
-
valueType
public TypeDescriptionSource valueType
-
availableValues
public TypedValueList availableValues
-
defaultValue
public Value defaultValue
-
valueListAllowed
public boolean valueListAllowed
-
visible
public boolean visible
-
denyIncompleteValues
public boolean denyIncompleteValues
-
use
public DataCompositionParameterUse use
-
inputParameters
public DcsAvailableFieldInfo.DCSASSInputParameters inputParameters
-
availableAsField
public boolean availableAsField
-
-