Package com._1c.g5.v8.dt.form.model
Enum Class AutofillHint
- All Implemented Interfaces:
Serializable
,Comparable<AutofillHint>
,Constable
,org.eclipse.emf.common.util.Enumerator
public enum AutofillHint
extends Enum<AutofillHint>
implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Autofill Hint',
and utility methods for working with them.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'City' literal object.The 'Country' literal object.The 'Credit Card Number' literal object.The 'Dont Use' literal object.The 'Email' literal object.The 'Family Name' literal object.The 'Full Name' literal object.The 'Given Name' literal object.The 'Middle Name' literal object.The 'Name Prefix' literal object.The 'Name Suffix' literal object.The 'New Password' literal object.The 'One Time Code' literal object.The 'Password' literal object.The 'Phone Number' literal object.The 'Postal Code' literal object.The 'Region' literal object.The 'Street' literal object.The 'User Name' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'City' literal value.static final int
The 'Country' literal value.static final int
The 'Credit Card Number' literal value.static final int
The 'Dont Use' literal value.static final int
The 'Email' literal value.static final int
The 'Family Name' literal value.static final int
The 'Full Name' literal value.static final int
The 'Given Name' literal value.static final int
The 'Middle Name' literal value.static final int
The 'Name Prefix' literal value.static final int
The 'Name Suffix' literal value.static final int
The 'New Password' literal value.static final int
The 'One Time Code' literal value.static final int
The 'Password' literal value.static final int
The 'Phone Number' literal value.static final int
The 'Postal Code' literal value.static final int
The 'Region' literal value.static final int
The 'Street' literal value.static final int
The 'User Name' literal value.static final List<AutofillHint>
A public read-only list of all the 'Autofill Hint' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic AutofillHint
get
(int value) Returns the 'Autofill Hint' literal with the specified integer value.static AutofillHint
Returns the 'Autofill Hint' literal with the specified literal value.static AutofillHint
Returns the 'Autofill Hint' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static AutofillHint
Returns the enum constant of this class with the specified name.static AutofillHint[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DONT_USE
The 'Dont Use' literal object.- See Also:
-
FULL_NAME
The 'Full Name' literal object.- See Also:
-
GIVEN_NAME
The 'Given Name' literal object.- See Also:
-
FAMILY_NAME
The 'Family Name' literal object.- See Also:
-
MIDDLE_NAME
The 'Middle Name' literal object.- See Also:
-
NAME_PREFIX
The 'Name Prefix' literal object.- See Also:
-
NAME_SUFFIX
The 'Name Suffix' literal object.- See Also:
-
STREET
The 'Street' literal object.- See Also:
-
CITY
The 'City' literal object.- See Also:
-
REGION
The 'Region' literal object.- See Also:
-
COUNTRY
The 'Country' literal object.- See Also:
-
POSTAL_CODE
The 'Postal Code' literal object.- See Also:
-
USER_NAME
The 'User Name' literal object.- See Also:
-
PASSWORD
The 'Password' literal object.- See Also:
-
NEW_PASSWORD
The 'New Password' literal object.- See Also:
-
ONE_TIME_CODE
The 'One Time Code' literal object.- See Also:
-
EMAIL
The 'Email' literal object.- See Also:
-
PHONE_NUMBER
The 'Phone Number' literal object.- See Also:
-
CREDIT_CARD_NUMBER
The 'Credit Card Number' literal object.- See Also:
-
-
Field Details
-
DONT_USE_VALUE
public static final int DONT_USE_VALUEThe 'Dont Use' literal value.- See Also:
-
FULL_NAME_VALUE
public static final int FULL_NAME_VALUEThe 'Full Name' literal value.- See Also:
-
GIVEN_NAME_VALUE
public static final int GIVEN_NAME_VALUEThe 'Given Name' literal value.- See Also:
-
FAMILY_NAME_VALUE
public static final int FAMILY_NAME_VALUEThe 'Family Name' literal value.- See Also:
-
MIDDLE_NAME_VALUE
public static final int MIDDLE_NAME_VALUEThe 'Middle Name' literal value.- See Also:
-
NAME_PREFIX_VALUE
public static final int NAME_PREFIX_VALUEThe 'Name Prefix' literal value.- See Also:
-
NAME_SUFFIX_VALUE
public static final int NAME_SUFFIX_VALUEThe 'Name Suffix' literal value.- See Also:
-
STREET_VALUE
public static final int STREET_VALUEThe 'Street' literal value.- See Also:
-
CITY_VALUE
public static final int CITY_VALUEThe 'City' literal value.- See Also:
-
REGION_VALUE
public static final int REGION_VALUEThe 'Region' literal value.- See Also:
-
COUNTRY_VALUE
public static final int COUNTRY_VALUEThe 'Country' literal value.- See Also:
-
POSTAL_CODE_VALUE
public static final int POSTAL_CODE_VALUEThe 'Postal Code' literal value.- See Also:
-
USER_NAME_VALUE
public static final int USER_NAME_VALUEThe 'User Name' literal value.- See Also:
-
PASSWORD_VALUE
public static final int PASSWORD_VALUEThe 'Password' literal value.- See Also:
-
NEW_PASSWORD_VALUE
public static final int NEW_PASSWORD_VALUEThe 'New Password' literal value.- See Also:
-
ONE_TIME_CODE_VALUE
public static final int ONE_TIME_CODE_VALUEThe 'One Time Code' literal value.- See Also:
-
EMAIL_VALUE
public static final int EMAIL_VALUEThe 'Email' literal value.- See Also:
-
PHONE_NUMBER_VALUE
public static final int PHONE_NUMBER_VALUEThe 'Phone Number' literal value.- See Also:
-
CREDIT_CARD_NUMBER_VALUE
public static final int CREDIT_CARD_NUMBER_VALUEThe 'Credit Card Number' literal value.- See Also:
-
VALUES
A public read-only list of all the 'Autofill Hint' enumerators.
-
-
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
-
get
Returns the 'Autofill Hint' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'Autofill Hint' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'Autofill Hint' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
getValue
public int getValue()- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<AutofillHint>
-