com.eviware.soapui.security.boundary
Interface Boundary

All Known Implementing Classes:
AbstractBoundary, DateBoundary, DateTimeBoundary, DecimalBoundary, IntegerBoundary, NormalisedStringBoundary, StringBoundary, TimeBoundary

public interface Boundary

Author:
nebojsa.tasic

Field Summary
static int FRACTION_DIGITS
           
static int LENGTH
           
static int MAX_EXCLISIVE
           
static int MAX_INCLISIVE
           
static int MAX_LENGTH
           
static int MIN_EXCLISIVE
           
static int MIN_INCLISIVE
           
static int MIN_LENGTH
           
static int TOTAL_DIGITS
           
 
Method Summary
 java.lang.String outOfBoundary(int restrictionAttribute, java.lang.String value)
           
 

Field Detail

LENGTH

static final int LENGTH
See Also:
Constant Field Values

MIN_LENGTH

static final int MIN_LENGTH
See Also:
Constant Field Values

MAX_LENGTH

static final int MAX_LENGTH
See Also:
Constant Field Values

TOTAL_DIGITS

static final int TOTAL_DIGITS
See Also:
Constant Field Values

FRACTION_DIGITS

static final int FRACTION_DIGITS
See Also:
Constant Field Values

MAX_EXCLISIVE

static final int MAX_EXCLISIVE
See Also:
Constant Field Values

MIN_EXCLISIVE

static final int MIN_EXCLISIVE
See Also:
Constant Field Values

MAX_INCLISIVE

static final int MAX_INCLISIVE
See Also:
Constant Field Values

MIN_INCLISIVE

static final int MIN_INCLISIVE
See Also:
Constant Field Values
Method Detail

outOfBoundary

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


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