| Package | Description |
|---|---|
| org.kuali.rice.krms.framework.type |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationRuleType |
ValidationRuleType.fromCode(String code)
for each type, check the input with the uppercase version of the type code, and returns any match.
|
static ValidationRuleType |
ValidationRuleType.fromString(String s)
for each type, check the input with the lowercase version of the type name, and returns any match.
|
static ValidationRuleType |
ValidationRuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationRuleType[] |
ValidationRuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.