|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.common.object.StandardPropertyTypeValidator
public final class StandardPropertyTypeValidator
| Field Summary | |
|---|---|
static java.util.Map |
STANDARD_VALIDATORS
|
| Constructor Summary | |
|---|---|
StandardPropertyTypeValidator()
|
|
| Method Summary | |
|---|---|
static boolean |
isValidValue(java.lang.Object[] values,
PropertyTypeValidator validator)
This helper method will be used to evaluate any PropertyValues that have a multiplicity of * or be able to have more than one value. |
static PropertyTypeValidator |
lookup(java.lang.String typeName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.util.Map STANDARD_VALIDATORS
| Constructor Detail |
|---|
public StandardPropertyTypeValidator()
| Method Detail |
|---|
public static PropertyTypeValidator lookup(java.lang.String typeName)
public static boolean isValidValue(java.lang.Object[] values,
PropertyTypeValidator validator)
values - the object array of values to be validatedthe - validator instance to use to validate the values in the array
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||