Uses of Interface
org.bedework.jsforj.model.values.dataTypes.JSString
-
-
Uses of JSString in org.bedework.jsforj.impl
Methods in org.bedework.jsforj.impl that return types with arguments of type JSString Modifier and Type Method Description JSProperty<JSString>JSFactory. makeProperty(String propertyName, String value)Create a string property -
Uses of JSString in org.bedework.jsforj.impl.values
Methods in org.bedework.jsforj.impl.values that return types with arguments of type JSString Modifier and Type Method Description JSArrayImpl<JSString>JSParticipantImpl. getScheduleStatus(boolean create)JSProperty<JSString>JSValueImpl. setProperty(String name, String val) -
Uses of JSString in org.bedework.jsforj.impl.values.collections
Methods in org.bedework.jsforj.impl.values.collections that return JSString Modifier and Type Method Description protected JSStringJSStringArrayImpl. convertToT(com.fasterxml.jackson.databind.JsonNode node)Methods in org.bedework.jsforj.impl.values.collections that return types with arguments of type JSString Modifier and Type Method Description JSProperty<JSString>JSReplyToImpl. makeReplyTo(String method, String address)JSProperty<JSString>JSSendToImpl. makeSendTo(String method, String address)Methods in org.bedework.jsforj.impl.values.collections with parameters of type JSString Modifier and Type Method Description protected com.fasterxml.jackson.databind.JsonNodeJSStringArrayImpl. convertToElement(JSString val) -
Uses of JSString in org.bedework.jsforj.impl.values.dataTypes
Classes in org.bedework.jsforj.impl.values.dataTypes that implement JSString Modifier and Type Class Description classJSStringImplUser: mike Date: 5/18/20 Time: 17:50Methods in org.bedework.jsforj.impl.values.dataTypes with parameters of type JSString Modifier and Type Method Description intJSStringImpl. compare(JSString that) -
Uses of JSString in org.bedework.jsforj.model.values
Methods in org.bedework.jsforj.model.values that return types with arguments of type JSString Modifier and Type Method Description JSArrayImpl<JSString>JSParticipant. getScheduleStatus(boolean create) -
Uses of JSString in org.bedework.jsforj.model.values.collections
Methods in org.bedework.jsforj.model.values.collections that return types with arguments of type JSString Modifier and Type Method Description JSProperty<JSString>JSReplyTo. makeReplyTo(String method, String address)Create and add a new replyTo entry with a method as keyJSProperty<JSString>JSSendTo. makeSendTo(String method, String address)Create and add a new replyTo entry with a method as key -
Uses of JSString in org.bedework.jsforj.model.values.dataTypes
Methods in org.bedework.jsforj.model.values.dataTypes with parameters of type JSString Modifier and Type Method Description intJSString. compare(JSString that)Compares with a JSString value.
-