|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A Template example object. Used to match objects contained in a WorkSpace based on the Template's qualifiers.
WorkSpace.match(org.syrup.PTaskTemplate)| Field Summary | |
static java.lang.String |
COPYRIGHT
|
static int |
EQUAL
Match an attribute on the 'is equal' qualifier. |
static int |
GREATER
Match an attribute on the 'greater then' qualifier. |
static int |
GREATER_EQUAL
Match an attribute on the 'greater or equal' qualifier. |
static int |
IGNORE
Ignores the matching attribute. |
static int |
LESS
Match an attribute on the 'less then' qualifier. |
static int |
LESS_EQUAL
Match an attribute on the 'less or equal' qualifier. |
static int |
LIKE
Match an attribute on the 'like' qualifier. |
static int |
NOT
Match an attribute on the 'not' qualifier. |
static int |
NOT_LIKE
Match an attribute on the 'not like' qualifier. |
| Field Detail |
public static final java.lang.String COPYRIGHT
public static final int IGNORE
public static final int EQUAL
public static final int GREATER
public static final int GREATER_EQUAL
public static final int LESS
public static final int LESS_EQUAL
public static final int LIKE
public static final int NOT
public static final int NOT_LIKE
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||