Package com.sforce.soap.metadata
Enum Class TranslationAspect
- All Implemented Interfaces:
Serializable,Comparable<TranslationAspect>,java.lang.constant.Constable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnumeration : ActionButtonLabelEnumeration : ActionButtonLinkEnumeration : AddressEnumeration : AttributeNameEnumeration : BackLabelEnumeration : BodyEnumeration : CityEnumeration : CountryEnumeration : CountryCodeEnumeration : CustomEnumeration : DefaultValueEnumeration : DescriptionEnumeration : DismissButtonLabelEnumeration : EmailEnumeration : ErrorMessageEnumeration : FirstNameEnumeration : GroupNameEnumeration : HeaderEnumeration : HelpEnumeration : ImageAltTextEnumeration : ImageLinkEnumeration : InfoMessageEnumeration : InformalNameEnumeration : InputLabelEnumeration : LabelEnumeration : LastNameEnumeration : LatitudeEnumeration : LongitudeEnumeration : MasterEnumeration : MiddleNameEnumeration : NameFieldLabelEnumeration : NextOrFinishLabelEnumeration : ParameterValueEnumeration : PausedTextEnumeration : PauseLabelEnumeration : PhoneEnumeration : PostalCodeEnumeration : ProcessNameEnumeration : RelationshipLabelEnumeration : SalutationEnumeration : StateEnumeration : StateCodeEnumeration : StreetEnumeration : SuffixEnumeration : SummaryEnumeration : TitleEnumeration : UrlEnumeration : UsageTypeEnumeration : VersionEnumeration : VideoLink -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiontoString()static TranslationAspectReturns the enum constant of this class with the specified name.static TranslationAspect[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Master
Enumeration : Master -
RelationshipLabel
Enumeration : RelationshipLabel -
Description
Enumeration : Description -
Help
Enumeration : Help -
NameFieldLabel
Enumeration : NameFieldLabel -
ErrorMessage
Enumeration : ErrorMessage -
InfoMessage
Enumeration : InfoMessage -
PausedText
Enumeration : PausedText -
InputLabel
Enumeration : InputLabel -
NextOrFinishLabel
Enumeration : NextOrFinishLabel -
BackLabel
Enumeration : BackLabel -
PauseLabel
Enumeration : PauseLabel -
FirstName
Enumeration : FirstName -
LastName
Enumeration : LastName -
MiddleName
Enumeration : MiddleName -
Salutation
Enumeration : Salutation -
Suffix
Enumeration : Suffix -
InformalName
Enumeration : InformalName -
Title
Enumeration : Title -
Phone
Enumeration : Phone -
Email
Enumeration : Email -
Address
Enumeration : Address -
Street
Enumeration : Street -
City
Enumeration : City -
State
Enumeration : State -
StateCode
Enumeration : StateCode -
PostalCode
Enumeration : PostalCode -
Country
Enumeration : Country -
CountryCode
Enumeration : CountryCode -
Latitude
Enumeration : Latitude -
Longitude
Enumeration : Longitude -
Body
Enumeration : Body -
Summary
Enumeration : Summary -
Url
Enumeration : Url -
ActionButtonLink
Enumeration : ActionButtonLink -
ActionButtonLabel
Enumeration : ActionButtonLabel -
DismissButtonLabel
Enumeration : DismissButtonLabel -
Header
Enumeration : Header -
VideoLink
Enumeration : VideoLink -
ImageAltText
Enumeration : ImageAltText -
ImageLink
Enumeration : ImageLink -
Custom
Enumeration : Custom -
DefaultValue
Enumeration : DefaultValue -
Version
Enumeration : Version -
AttributeName
Enumeration : AttributeName -
UsageType
Enumeration : UsageType -
ProcessName
Enumeration : ProcessName -
GroupName
Enumeration : GroupName -
Label
Enumeration : Label -
ParameterValue
Enumeration : ParameterValue
-
-
Field Details
-
valuesToEnums
-
-
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
-
toString
- Overrides:
toStringin classEnum<TranslationAspect>
-