public static enum PBXContainerItemProxy.ProxyType extends Enum<PBXContainerItemProxy.ProxyType>
| Enum Constant and Description | 
|---|
| TARGET_REFERENCE | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getIntValue() | 
| static PBXContainerItemProxy.ProxyType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PBXContainerItemProxy.ProxyType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final PBXContainerItemProxy.ProxyType TARGET_REFERENCE
public static PBXContainerItemProxy.ProxyType[] values()
for (PBXContainerItemProxy.ProxyType c : PBXContainerItemProxy.ProxyType.values()) System.out.println(c);
public static PBXContainerItemProxy.ProxyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getIntValue()