public final enum

Operator

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.clarizen.api.model.Operator

Class Overview

Mule Clarizen Cloud Connector Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com The software in this package is published under the terms of the CPAL v1.0 license, a copy of which has been included with this distribution in the LICENSE.txt file.

Summary

Enum Values
Operator  BEGINS_WITH   
Operator  CONTAINS   
Operator  DOES_NOT_CONTAIN   
Operator  ENDS_WITH   
Operator  EQUAL   
Operator  GREATER_THAN   
Operator  GREATER_THAN_OR_EQUAL   
Operator  IN   
Operator  LESS_THAN   
Operator  LESS_THAN_OR_EQUAL   
Operator  NOT_EQUAL   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
String value()
static Operator valueOf(String name)
final static Operator[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Operator BEGINS_WITH

public static final Operator CONTAINS

public static final Operator DOES_NOT_CONTAIN

public static final Operator ENDS_WITH

public static final Operator EQUAL

public static final Operator GREATER_THAN

public static final Operator GREATER_THAN_OR_EQUAL

public static final Operator IN

public static final Operator LESS_THAN

public static final Operator LESS_THAN_OR_EQUAL

public static final Operator NOT_EQUAL

Fields

private final String value

Public Methods

public String value ()

public static Operator valueOf (String name)

Parameters
name

public static final Operator[] values ()