public class LeaderAttachment extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_LAST
Last enum value.
|
static int |
_NULL
Should not be used
|
static int |
_ON_OBJECT |
static int |
_SCREEN |
static LeaderAttachment |
LAST
Last enum value.
|
static LeaderAttachment |
NULL
Should not be used
|
static LeaderAttachment |
ON_OBJECT |
static LeaderAttachment |
SCREEN |
Modifier and Type | Method and Description |
---|---|
static LeaderAttachment |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static LeaderAttachment |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static LeaderAttachment[] |
values()
Returns an array that contains the values for this enum.
|
public static final LeaderAttachment NULL
public static final LeaderAttachment ON_OBJECT
public static final LeaderAttachment SCREEN
public static final LeaderAttachment LAST
public static final int _NULL
public static final int _ON_OBJECT
public static final int _SCREEN
public static final int _LAST
public static LeaderAttachment valueOf(int value)
public static LeaderAttachment valueOf(String name)
public static LeaderAttachment[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.