com.sforce.soap.partner
Enum LayoutComponentType

java.lang.Object
  extended by java.lang.Enum<LayoutComponentType>
      extended by com.sforce.soap.partner.LayoutComponentType
All Implemented Interfaces:
Serializable, Comparable<LayoutComponentType>

public enum LayoutComponentType
extends Enum<LayoutComponentType>

Generated enum, please do not edit.


Enum Constant Summary
EmptySpace
          Enumeration : EmptySpace
Field
          Enumeration : Field
SControl
          Enumeration : SControl
Separator
          Enumeration : Separator
 
Method Summary
static LayoutComponentType valueOf(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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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

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 name
NullPointerException - if the argument is null


Copyright © 2012. All Rights Reserved.