Enum Class DefaultFormKind
- All Implemented Interfaces:
EnumWithName,Serializable,Comparable<DefaultFormKind>,Constable
Типы форм по умолчанию
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionfullName()toString()static DefaultFormKindvalueByName(String string) static DefaultFormKindReturns the enum constant of this class with the specified name.static DefaultFormKind[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface com.github._1c_syntax.bsl.types.EnumWithName
nameEn, nameRu
-
Enum Constant Details
-
OBJECT_FORM
-
LIST_FORM
-
CHOICE_FORM
-
FOLDER_FORM
-
FOLDER_CHOICE_FORM
-
RECORD_FORM
-
DEFAULT_FORM
-
SETTINGS_FORM
-
VARIANT_FORM
-
SAVE_FORM
-
LOAD_FORM
-
REPORT_FORM
-
REPORT_VARIANT_FORM
-
REPORT_SETTINGS_FORM
-
DYNAMIC_LIST_SETTINGS_FORM
-
SEARCH_FORM
-
AUX_OBJECT_FORM
-
AUX_FOLDER_FORM
-
AUX_LIST_FORM
-
AUX_CHOICE_FORM
-
AUX_FOLDER_CHOICE_FORM
-
AUX_RECORD_FORM
-
AUX_FORM
-
AUX_SETTINGS_FORM
-
AUX_VARIANT_FORM
-
AUX_REPORT_FORM
-
AUX_REPORT_VARIANT_FORM
-
AUX_REPORT_SETTINGS_FORM
-
AUX_DYNAMIC_LIST_SETTINGS_FORM
-
AUX_SAVE_FORM
-
AUX_LOAD_FORM
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
valueByName
-
toString
- Overrides:
toStringin classEnum<DefaultFormKind>
-
fullName
- Specified by:
fullNamein interfaceEnumWithName
-