Class StandardAttribute
java.lang.Object
com.github._1c_syntax.bsl.mdo.children.StandardAttribute
- All Implemented Interfaces:
AccessRightsOwner
,Attribute
,MD
,MDChild
,ValueTypeOwner
Стандартный реквизит объекта
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
КомментарийgetDescription
(String code) Представление объекта, формируемое на основании синонима для указанного языка.com.github._1c_syntax.bsl.types.MultiLanguageString
Формат редактированияcom.github._1c_syntax.bsl.types.MultiLanguageString
Форматcom.github._1c_syntax.bsl.types.MultiName
Полное имя реквизита на обоих языкахНастроек индексирования у стандартных нетgetKind()
Вид атрибутаgetMask()
Маскаcom.github._1c_syntax.bsl.types.MdoReference
MDO-Ссылка на объектgetName()
Имя объектаВсегда собственныйcom.github._1c_syntax.bsl.types.MdoReference
getOwner()
Ссылка на родительский объектcom.github._1c_syntax.bsl.support.SupportVariant
Вариант поддержки родительской конфигурацииcom.github._1c_syntax.bsl.types.MultiLanguageString
Синонимы объектаgetUuid()
Равен UID владельцаcom.github._1c_syntax.bsl.types.ValueTypeDescription
Возвращает описание типа значенияint
hashCode()
boolean
Расширенное редактированиеboolean
Заполнять из данных заполненияboolean
Выделять отрицательноеboolean
Многострочный режимboolean
Режим пароля.Возвращает перечень возможных прав доступаtoString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github._1c_syntax.bsl.mdo.AccessRightsOwner
getPossibleRights, isValidRight
Methods inherited from interface com.github._1c_syntax.bsl.mdo.MD
getDescription, getMdoRef, getMdoRef, getMdoType
-
Method Details
-
possibleRights
Возвращает перечень возможных прав доступа -
getObjectBelonging
Всегда собственный- Specified by:
getObjectBelonging
in interfaceMD
-
getIndexing
Настроек индексирования у стандартных нет- Specified by:
getIndexing
in interfaceAttribute
-
getName
Description copied from interface:MD
Имя объекта -
getValueType
public com.github._1c_syntax.bsl.types.ValueTypeDescription getValueType()Description copied from interface:ValueTypeOwner
Возвращает описание типа значения- Specified by:
getValueType
in interfaceValueTypeOwner
-
getDescription
Description copied from interface:MD
Представление объекта, формируемое на основании синонима для указанного языка. Если синонима для указанного языка нет, вернет иной синоним при его наличии. В противном случае вернет имя.- Specified by:
getDescription
in interfaceMD
- Parameters:
code
- Код языка
-
builder
-
getUuid
Равен UID владельца -
getMdoReference
public com.github._1c_syntax.bsl.types.MdoReference getMdoReference()Description copied from interface:MD
MDO-Ссылка на объект- Specified by:
getMdoReference
in interfaceMD
-
getComment
Description copied from interface:MD
Комментарий- Specified by:
getComment
in interfaceMD
-
getSynonym
public com.github._1c_syntax.bsl.types.MultiLanguageString getSynonym()Description copied from interface:MD
Синонимы объекта- Specified by:
getSynonym
in interfaceMD
-
getSupportVariant
public com.github._1c_syntax.bsl.support.SupportVariant getSupportVariant()Description copied from interface:MD
Вариант поддержки родительской конфигурации- Specified by:
getSupportVariant
in interfaceMD
-
getOwner
public com.github._1c_syntax.bsl.types.MdoReference getOwner()Description copied from interface:MDChild
Ссылка на родительский объект -
isPasswordMode
public boolean isPasswordMode()Description copied from interface:Attribute
Режим пароля. Только для реквизитов с типом с типом `Строка`- Specified by:
isPasswordMode
in interfaceAttribute
-
getKind
Description copied from interface:Attribute
Вид атрибута -
getFullName
public com.github._1c_syntax.bsl.types.MultiName getFullName()Полное имя реквизита на обоих языках -
getFormat
public com.github._1c_syntax.bsl.types.MultiLanguageString getFormat()Формат -
getEditFormat
public com.github._1c_syntax.bsl.types.MultiLanguageString getEditFormat()Формат редактирования -
isMarkNegatives
public boolean isMarkNegatives()Выделять отрицательное -
getMask
Маска -
isMultiLine
public boolean isMultiLine()Многострочный режим -
isExtendedEdit
public boolean isExtendedEdit()Расширенное редактирование -
isFillFromFillingValue
public boolean isFillFromFillingValue()Заполнять из данных заполнения -
toString
-
equals
-
hashCode
public int hashCode()
-