com.eviware.soapui.security.boundary
Class DecimalBoundary

java.lang.Object
  extended by com.eviware.soapui.security.boundary.AbstractBoundary
      extended by com.eviware.soapui.security.boundary.DecimalBoundary
All Implemented Interfaces:
Boundary

public class DecimalBoundary
extends AbstractBoundary

Author:
nebojsa.tasic

Field Summary
 
Fields inherited from class com.eviware.soapui.security.boundary.AbstractBoundary
XSD_FRACTION_DIGITS, XSD_LENGTH, XSD_MAX_EXCLUSIVE, XSD_MAX_INCLUSIVE, XSD_MAX_LENGTH, XSD_MIN_EXCLUSIVE, XSD_MIN_INCLUSIVE, XSD_MIN_LENGTH, XSD_TOTAL_DIGITS
 
Fields inherited from interface com.eviware.soapui.security.boundary.Boundary
FRACTION_DIGITS, LENGTH, MAX_EXCLISIVE, MAX_INCLISIVE, MAX_LENGTH, MIN_EXCLISIVE, MIN_INCLISIVE, MIN_LENGTH, TOTAL_DIGITS
 
Constructor Summary
DecimalBoundary()
           
 
Method Summary
 java.lang.String outOfBoundary(int restrictionAttribute, java.lang.String value)
           
 
Methods inherited from class com.eviware.soapui.security.boundary.AbstractBoundary
factory, outOfBoundaryValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecimalBoundary

public DecimalBoundary()
Method Detail

outOfBoundary

public java.lang.String outOfBoundary(int restrictionAttribute,
                                      java.lang.String value)


Copyright © 2005-2011 eviware.com. All Rights Reserved.