public static class ReflectionDataBuilder.ResolutionType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_CUSTOMIZED
user defined
|
static int |
_HIGH
high
|
static int |
_LOW
low
|
static int |
_MEDIUM
medium
|
static ReflectionDataBuilder.ResolutionType |
CUSTOMIZED
user defined
|
static ReflectionDataBuilder.ResolutionType |
HIGH
high
|
static ReflectionDataBuilder.ResolutionType |
LOW
low
|
static ReflectionDataBuilder.ResolutionType |
MEDIUM
medium
|
Modifier and Type | Method and Description |
---|---|
static ReflectionDataBuilder.ResolutionType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static ReflectionDataBuilder.ResolutionType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static ReflectionDataBuilder.ResolutionType[] |
values()
Returns an array that contains the values for this enum.
|
public static final ReflectionDataBuilder.ResolutionType LOW
public static final ReflectionDataBuilder.ResolutionType MEDIUM
public static final ReflectionDataBuilder.ResolutionType HIGH
public static final ReflectionDataBuilder.ResolutionType CUSTOMIZED
public static final int _LOW
public static final int _MEDIUM
public static final int _HIGH
public static final int _CUSTOMIZED
public static ReflectionDataBuilder.ResolutionType valueOf(int value)
public static ReflectionDataBuilder.ResolutionType valueOf(String name)
public static ReflectionDataBuilder.ResolutionType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.