public static class UFSket.Status extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_INCONSISTENTLY_CONSTRAINED |
static int |
_NOT_EVALUATED |
static int |
_OVER_CONSTRAINED |
static int |
_UNDER_CONSTRAINED |
static int |
_UNKNOWN_STATUS |
static int |
_WELL_CONSTRAINED |
static UFSket.Status |
INCONSISTENTLY_CONSTRAINED |
static UFSket.Status |
NOT_EVALUATED |
static UFSket.Status |
OVER_CONSTRAINED |
static UFSket.Status |
UNDER_CONSTRAINED |
static UFSket.Status |
UNKNOWN_STATUS |
static UFSket.Status |
WELL_CONSTRAINED |
Modifier and Type | Method and Description |
---|---|
static UFSket.Status |
valueOf(int value) |
static UFSket.Status |
valueOf(String name) |
static UFSket.Status[] |
values() |
public static final UFSket.Status UNKNOWN_STATUS
public static final UFSket.Status NOT_EVALUATED
public static final UFSket.Status UNDER_CONSTRAINED
public static final UFSket.Status WELL_CONSTRAINED
public static final UFSket.Status OVER_CONSTRAINED
public static final UFSket.Status INCONSISTENTLY_CONSTRAINED
public static final int _UNKNOWN_STATUS
public static final int _NOT_EVALUATED
public static final int _UNDER_CONSTRAINED
public static final int _WELL_CONSTRAINED
public static final int _OVER_CONSTRAINED
public static final int _INCONSISTENTLY_CONSTRAINED
public static UFSket.Status valueOf(int value)
public static UFSket.Status valueOf(String name)
public static UFSket.Status[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.