Package com._1c.g5.v8.dt.dcs.settings
Class DcsAvailableFieldInfo
java.lang.Object
com._1c.g5.v8.dt.dcs.settings.DcsAvailableFieldInfo
- Direct Known Subclasses:
CombinedDcsAvailableFieldInfo
Информация о доступном поле системы комопновки данных
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
class
static class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
DcsPath[]
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the field's source.Gets string representation of the data path eng valueGets string representation of the data path ru valueorg.eclipse.xtext.util.ITextRegion
GetsITextRegion
from query text corresponding to the fieldvoid
setFieldDef
(DbViewFieldDef fieldDef) Sets the field's source.void
setSourceTextRegion
(org.eclipse.xtext.util.ITextRegion textRegion) SetsITextRegion
from query text corresponding to the fieldtoString()
-
Field Details
-
dataPath
-
title
-
shortTitle
-
additionalTitles
-
valueType
-
isResource
public boolean isResource -
isFolder
public boolean isFolder -
isFieldFolder
public boolean isFieldFolder -
isTable
public boolean isTable -
isLeaf
public boolean isLeaf -
isUser
public boolean isUser -
availableCompareKinds
public int availableCompareKinds -
isHierarchyAvailable
public boolean isHierarchyAvailable -
availableValues
-
flatHierarchy
public boolean flatHierarchy -
isDateAdditionAvailable
public boolean isDateAdditionAvailable -
isCalculatedField
public boolean isCalculatedField -
isDataParameterField
public boolean isDataParameterField -
isAliasedField
public boolean isAliasedField -
noDataSetField
public boolean noDataSetField -
inputParameters
-
additionalInputParameters
-
-
Constructor Details
-
DcsAvailableFieldInfo
public DcsAvailableFieldInfo()
-
-
Method Details
-
toString
-
getFieldDef
Returns the field's source.Source is used for matching data path segments with original data sources at forms
- Returns:
- the fieldDef, can be
null
-
setFieldDef
Sets the field's source.- Parameters:
fieldDef
- the fieldDef to set, can benull
-
getSourceTextRegion
public org.eclipse.xtext.util.ITextRegion getSourceTextRegion()GetsITextRegion
from query text corresponding to the field- Returns:
ITextRegion
from query text corresponding to the field, can benull
if region for field not cleary detected
-
setSourceTextRegion
public void setSourceTextRegion(org.eclipse.xtext.util.ITextRegion textRegion) SetsITextRegion
from query text corresponding to the field- Parameters:
textRegion
- from query text corresponding to the field, can benull
if text region was not clear detected
-
getNameEn
Gets string representation of the data path eng value- Returns:
- eng string value of the data path, never
null
-
getNameRu
Gets string representation of the data path ru value- Returns:
- ru string value of the data path, never
null
-