Package | Description |
---|---|
nxopen |
Provides classes and interfaces for the NX Open Common API.
|
nxopen.validate |
Provides classes and interfaces for Validation Utilities.
|
Modifier and Type | Field and Description |
---|---|
static Validation.Result |
Validation.Result.FAILED
Validation Failed
|
static Validation.Result |
Validation.Result.INFORMATION
Validation Pass with information
|
static Validation.Result |
Validation.Result.PASS
Validation Pass all checks
|
static Validation.Result |
Validation.Result.SKIPPED
Validation Skipped
|
static Validation.Result |
Validation.Result.UNKNOWN
Unknown validation result
|
static Validation.Result |
Validation.Result.WARNING
Validation Pass with warning
|
Modifier and Type | Method and Description |
---|---|
Validation.Result |
Validation.evaluate()
Manually validate
License requirements: None. |
Validation.Result |
Validation.getCheckResult()
The validation result.
|
Validation.Result |
Validation.getInitialResult()
The initial result.
|
static Validation.Result |
Validation.Result.valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static Validation.Result |
Validation.Result.valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static Validation.Result[] |
Validation.Result.values()
Returns an array that contains the values for this enum.
|
Modifier and Type | Method and Description |
---|---|
void |
Validation.setCheckResult(Validation.Result result)
Set the result of validation.
|
Modifier and Type | Method and Description |
---|---|
Validation.Result |
Validator.commit()
Runs checking process and returns the checking status.
|
Validation.Result |
ResultObject.status()
Returns the error status of check result
License requirements: None. |
Modifier and Type | Method and Description |
---|---|
void |
ResultObject.setStatus(Validation.Result status)
License requirements: None. |
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.