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 java.lang.Object
Contraint codes
- 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
CONSTRAINT_TYPE_LESS_THAN
public static final int CONSTRAINT_TYPE_LESS_THAN
CONSTRAINT_TYPE_GREATER_THAN
public static final int CONSTRAINT_TYPE_GREATER_THAN
CONSTRAINT_TYPE_EQUALS
public static final int CONSTRAINT_TYPE_EQUALS
CONSTRAINT_TYPE_INT
public static final int CONSTRAINT_TYPE_INT
CONSTRAINT_TYPE_BOOL
public static final int CONSTRAINT_TYPE_BOOL
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-2002 Apache Software Foundation. All Rights Reserved.