public static class MeasureManager.EndpointType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_END_POINT |
static int |
_NONE
default for other entity types
|
static int |
_START_POINT |
static MeasureManager.EndpointType |
END_POINT |
static MeasureManager.EndpointType |
NONE
default for other entity types
|
static MeasureManager.EndpointType |
START_POINT |
Modifier and Type | Method and Description |
---|---|
static MeasureManager.EndpointType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static MeasureManager.EndpointType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static MeasureManager.EndpointType[] |
values()
Returns an array that contains the values for this enum.
|
public static final MeasureManager.EndpointType NONE
public static final MeasureManager.EndpointType START_POINT
public static final MeasureManager.EndpointType END_POINT
public static final int _NONE
public static final int _START_POINT
public static final int _END_POINT
public static MeasureManager.EndpointType valueOf(int value)
public static MeasureManager.EndpointType valueOf(String name)
public static MeasureManager.EndpointType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.