org.dhmp.util.xml.validator
Class ObjectValidator.Type

java.lang.Object
  extended byorg.dhmp.util.xml.validator.ObjectValidator.Type
Enclosing class:
ObjectValidator

public static class ObjectValidator.Type
extends java.lang.Object


Method Summary
 java.lang.String getName()
           
 java.util.Vector getSizes()
           
 java.lang.String getType()
           
 boolean match(boolean val)
           
 boolean match(byte val)
           
 boolean match(char val)
           
 boolean match(double val)
           
 boolean match(float val)
           
 boolean match(int val)
           
 boolean match(long val)
           
 boolean match(java.lang.Object value)
           
 boolean match(short val)
           
static ObjectValidator.Type parse(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

parse

public static ObjectValidator.Type parse(java.lang.String value)

getType

public java.lang.String getType()

getSizes

public java.util.Vector getSizes()

getName

public java.lang.String getName()

match

public boolean match(java.lang.Object value)

match

public boolean match(boolean val)

match

public boolean match(byte val)

match

public boolean match(char val)

match

public boolean match(short val)

match

public boolean match(int val)

match

public boolean match(long val)

match

public boolean match(float val)

match

public boolean match(double val)

toString

public java.lang.String toString()