MODEL
- the model type to test againstpublic abstract class AbstractSimplePrimitiveGuard<MODEL> extends AbstractPrimitiveGuard<MODEL>
Constructor and Description |
---|
AbstractSimplePrimitiveGuard() |
Modifier and Type | Method and Description |
---|---|
Logic |
getChildConjunction() |
NullGuard<MODEL> |
getNullGuardAt(int anIndex) |
int |
getNullGuardChildCount() |
PrimitiveGuard<MODEL> |
getPrimitiveGuardAt(int anIndex) |
int |
getPrimitiveGuardChildCount() |
RealGuard<MODEL> |
getRealGuardAt(int anIndex) |
int |
getRealGuardChildCount() |
ScalarGuard<MODEL> |
getScalarGuardAt(int anIndex) |
int |
getScalarGuardChildCount() |
TextGuard<MODEL> |
getTextGuardAt(int anIndex) |
int |
getTextGuardChildCount() |
boolean |
isCompositeGuard() |
boolean |
isSimpleGuard() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptPrimitive
acceptReal, acceptReal, acceptReal
acceptScalar, acceptScalar, acceptScalar, acceptScalar, acceptScalar, acceptScalar, acceptScalar, acceptScalar, acceptScalar
acceptText, acceptText, acceptText
acceptNull
public AbstractSimplePrimitiveGuard()
public final Logic getChildConjunction()
public final NullGuard<MODEL> getNullGuardAt(int anIndex) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public final int getNullGuardChildCount()
public final PrimitiveGuard<MODEL> getPrimitiveGuardAt(int anIndex) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public final int getPrimitiveGuardChildCount()
public final RealGuard<MODEL> getRealGuardAt(int anIndex) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public final int getRealGuardChildCount()
public final ScalarGuard<MODEL> getScalarGuardAt(int anIndex) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public final int getScalarGuardChildCount()
public final TextGuard<MODEL> getTextGuardAt(int anIndex) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public final int getTextGuardChildCount()
public final boolean isCompositeGuard()
isCompositeGuard
in interface Guard<MODEL>
isCompositeGuard
in class AbstractPrimitiveGuard<MODEL>
public final boolean isSimpleGuard()
isSimpleGuard
in interface Guard<MODEL>
isSimpleGuard
in class AbstractPrimitiveGuard<MODEL>
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.