Package com.sforce.soap.partner
Enum LayoutComponentType
- java.lang.Object
-
- java.lang.Enum<LayoutComponentType>
-
- com.sforce.soap.partner.LayoutComponentType
-
- All Implemented Interfaces:
Serializable,Comparable<LayoutComponentType>
public enum LayoutComponentType extends Enum<LayoutComponentType>
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AnalyticsCloudEnumeration : AnalyticsCloudAuraComponentEnumeration : AuraComponentCanvasEnumeration : CanvasCustomLinkEnumeration : CustomLinkEmptySpaceEnumeration : EmptySpaceExpandedLookupEnumeration : ExpandedLookupFieldEnumeration : FieldReportChartEnumeration : ReportChartSControlEnumeration : SControlSeparatorEnumeration : SeparatorVisualforcePageEnumeration : VisualforcePage
-
Field Summary
Fields Modifier and Type Field Description static Map<String,String>valuesToEnums
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()static LayoutComponentTypevalueOf(String name)Returns the enum constant of this type with the specified name.static LayoutComponentType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ReportChart
public static final LayoutComponentType ReportChart
Enumeration : ReportChart
-
Field
public static final LayoutComponentType Field
Enumeration : Field
-
Separator
public static final LayoutComponentType Separator
Enumeration : Separator
-
SControl
public static final LayoutComponentType SControl
Enumeration : SControl
-
EmptySpace
public static final LayoutComponentType EmptySpace
Enumeration : EmptySpace
-
VisualforcePage
public static final LayoutComponentType VisualforcePage
Enumeration : VisualforcePage
-
ExpandedLookup
public static final LayoutComponentType ExpandedLookup
Enumeration : ExpandedLookup
-
AuraComponent
public static final LayoutComponentType AuraComponent
Enumeration : AuraComponent
-
Canvas
public static final LayoutComponentType Canvas
Enumeration : Canvas
-
CustomLink
public static final LayoutComponentType CustomLink
Enumeration : CustomLink
-
AnalyticsCloud
public static final LayoutComponentType AnalyticsCloud
Enumeration : AnalyticsCloud
-
-
Method Detail
-
values
public static LayoutComponentType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (LayoutComponentType c : LayoutComponentType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LayoutComponentType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<LayoutComponentType>
-
-