Kie Workbench - Common - UI 6.2.0.Final

org.kie.workbench.common.widgets.client.resources.i18n
Interface HumanReadableConstants

All Superinterfaces:
com.google.gwt.i18n.shared.Localizable, com.google.gwt.i18n.client.LocalizableResource, com.google.gwt.i18n.client.Messages

public interface HumanReadableConstants
extends com.google.gwt.i18n.client.Messages


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Select
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
 
Field Summary
static HumanReadableConstants INSTANCE
           
 
Method Summary
 String addDuring()
           
 String andAfter()
           
 String andBefore()
           
 String andCoincides()
           
 String andContains()
           
 String andExcludes()
           
 String andFinishedBy()
           
 String andFinishes()
           
 String andGreaterThan()
           
 String andGreaterThanOrEqualTo()
           
 String andIncluded()
           
 String andLessThan()
           
 String andLessThanOrEqualTo()
           
 String andMatches()
           
 String andMeets()
           
 String andMetBy()
           
 String andNotEqualTo()
           
 String andOverlappedBy()
           
 String andOverlaps()
           
 String andStartedBy()
           
 String andStarts()
           
 String AnyOf1()
           
 String CallMethod()
           
 String From()
           
 String FromAccumulate()
           
 String FromCollect()
           
 String FromEntryPoint()
           
 String greaterThan()
           
 String greaterThanOrEqualTo()
           
 String Insert()
           
 String isContainedInTheFollowingList()
           
 String isEqualTo()
           
 String isEqualToNull()
           
 String isLessThan()
           
 String isNotContainedInTheFollowingList()
           
 String isNotEqualTo()
           
 String isNotEqualToNull()
           
 String lessThanOrEqualTo()
           
 String LogicallyInsert()
           
 String Modify()
           
 String noCEPWindow()
           
 String orAfter()
           
 String orBefore()
           
 String orCoincides()
           
 String orContains()
           
 String orDuring()
           
 String orEqualTo()
           
 String orExcludes()
           
 String orFinishedBy()
           
 String orFinishes()
           
 String orGreaterThan()
           
 String orGreaterThanOrEqualTo()
           
 String orIncludes()
           
 String orLessThan()
           
 String orLessThanOrEqualTo()
           
 String orMatches()
           
 String orMeets()
           
 String orMetBy()
           
 String orNotEqualTo()
           
 String orOverlappedBy()
           
 String orOverlaps()
           
 String orStartedBy()
           
 String orStarts()
           
 String OverCEPWindow()
           
 String OverCEPWindowLength()
           
 String OverCEPWindowTime()
           
 String Retract()
           
 String Set()
           
 String soundsLike()
           
 String ThereExists()
           
 String ThereIsNo()
           
 

Field Detail

INSTANCE

static final HumanReadableConstants INSTANCE
Method Detail

isEqualTo

String isEqualTo()

isNotEqualTo

String isNotEqualTo()

isEqualToNull

String isEqualToNull()

isNotEqualToNull

String isNotEqualToNull()

isLessThan

String isLessThan()

lessThanOrEqualTo

String lessThanOrEqualTo()

greaterThan

String greaterThan()

greaterThanOrEqualTo

String greaterThanOrEqualTo()

orEqualTo

String orEqualTo()

orNotEqualTo

String orNotEqualTo()

andNotEqualTo

String andNotEqualTo()

andGreaterThan

String andGreaterThan()

orGreaterThan

String orGreaterThan()

orLessThan

String orLessThan()

andLessThan

String andLessThan()

orGreaterThanOrEqualTo

String orGreaterThanOrEqualTo()

orLessThanOrEqualTo

String orLessThanOrEqualTo()

andGreaterThanOrEqualTo

String andGreaterThanOrEqualTo()

andLessThanOrEqualTo

String andLessThanOrEqualTo()

andContains

String andContains()

orContains

String orContains()

andMatches

String andMatches()

orMatches

String orMatches()

orExcludes

String orExcludes()

andExcludes

String andExcludes()

soundsLike

String soundsLike()

ThereIsNo

String ThereIsNo()

ThereExists

String ThereExists()

orAfter

String orAfter()

orBefore

String orBefore()

orCoincides

String orCoincides()

andAfter

String andAfter()

andBefore

String andBefore()

andCoincides

String andCoincides()

orDuring

String orDuring()

orFinishes

String orFinishes()

orFinishedBy

String orFinishedBy()

orIncludes

String orIncludes()

orMeets

String orMeets()

orMetBy

String orMetBy()

orOverlaps

String orOverlaps()

orOverlappedBy

String orOverlappedBy()

orStarts

String orStarts()

orStartedBy

String orStartedBy()

addDuring

String addDuring()

andFinishes

String andFinishes()

andFinishedBy

String andFinishedBy()

andIncluded

String andIncluded()

andMeets

String andMeets()

andMetBy

String andMetBy()

andOverlaps

String andOverlaps()

andOverlappedBy

String andOverlappedBy()

andStarts

String andStarts()

andStartedBy

String andStartedBy()

AnyOf1

String AnyOf1()

isContainedInTheFollowingList

String isContainedInTheFollowingList()

isNotContainedInTheFollowingList

String isNotContainedInTheFollowingList()

OverCEPWindow

String OverCEPWindow()

OverCEPWindowTime

String OverCEPWindowTime()

OverCEPWindowLength

String OverCEPWindowLength()

noCEPWindow

String noCEPWindow()

From

String From()

FromAccumulate

String FromAccumulate()

FromCollect

String FromCollect()

FromEntryPoint

String FromEntryPoint()

Insert

String Insert()

LogicallyInsert

String LogicallyInsert()

Retract

String Retract()

Set

String Set()

CallMethod

String CallMethod()

Modify

String Modify()

Kie Workbench - Common - UI 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.