com.eviware.soapui.security.boundary
Class StringBoundary

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

public class StringBoundary
extends AbstractBoundary

Author:
nebojsa.tasic

Field Summary
static java.lang.String AVAILABLE_VALUES
           
 
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
StringBoundary()
           
 
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
 

Field Detail

AVAILABLE_VALUES

public static final java.lang.String AVAILABLE_VALUES
See Also:
Constant Field Values
Constructor Detail

StringBoundary

public StringBoundary()
Method Detail

outOfBoundary

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


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