org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Class ConstraintType
java.lang.Object
org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ConstraintType
public class ConstraintType
- extends Object
Contraint codes
- Version:
- CVS $Id:ConstraintType.java 406833 2006-05-16 04:57:09Z rgoers $
- Author:
- Marc Johnson (marc_johnson27591@hotmail.com)
Method Summary |
static boolean |
isValid(int val)
Is this a valid constraint? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONSTRAINT_TYPE_NONE
public static final int CONSTRAINT_TYPE_NONE
- See Also:
- Constant Field Values
CONSTRAINT_TYPE_LESS_THAN
public static final int CONSTRAINT_TYPE_LESS_THAN
- See Also:
- Constant Field Values
CONSTRAINT_TYPE_GREATER_THAN
public static final int CONSTRAINT_TYPE_GREATER_THAN
- See Also:
- Constant Field Values
CONSTRAINT_TYPE_EQUALS
public static final int CONSTRAINT_TYPE_EQUALS
- See Also:
- Constant Field Values
CONSTRAINT_TYPE_INT
public static final int CONSTRAINT_TYPE_INT
- See Also:
- Constant Field Values
CONSTRAINT_TYPE_BOOL
public static final int CONSTRAINT_TYPE_BOOL
- See Also:
- Constant Field Values
isValid
public static boolean isValid(int val)
- Is this a valid constraint?
- Parameters:
val
- value to be checked
- Returns:
- true if valid, false otherwise
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.