A B C D E F G H I L M N O P R S T U V W X

T

TextTemplate - Interface in com.sodius.mdw.core.eval.project
A text template, used to generate files based on wysiwyg text.
TextTemplateEntryPoint - Interface in com.sodius.mdw.core.eval.launch
An entry-point representing a text template to evaluate.
TextTemplateNode - Interface in com.sodius.mdw.core.eval.debug
A node representing an evaluated text template.
TextTemplateReference - Interface in com.sodius.mdw.core.eval.debug
A reference to a text template.
toBoolean(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a boolean representation of the evaluation result.
toBoolean(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a boolean representation of the evaluation result.
toByte(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a byte representation of the evaluation result.
toByte(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a byte representation of the evaluation result.
toByteArray(File) - Static method in class com.sodius.mdw.core.util.io.IOUtils
Get the contents of a File as a byte array.
toByteArray(InputStream) - Static method in class com.sodius.mdw.core.util.io.IOUtils
Get the contents of an InputStream as a byte array.
toChar(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a char representation of the evaluation result.
toChar(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a char representation of the evaluation result.
toDouble(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a double representation of the evaluation result.
toDouble(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a double representation of the evaluation result.
toFloat(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a float representation of the evaluation result.
toFloat(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a float representation of the evaluation result.
toInt(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a int representation of the evaluation result.
toInt(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a int representation of the evaluation result.
toList(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a MDWList representation of the evaluation result.
toList(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a MDWList representation of the evaluation result.
toList(Collection<E>) - Method in interface com.sodius.mdw.core.model.MDWObject
Converts the specified collection to a new modifiable MDWList.
toList(Iterator<E>) - Method in interface com.sodius.mdw.core.model.MDWObject
Converts the specified iterator to a new modifiable MDWList.
toList(E[]) - Method in interface com.sodius.mdw.core.model.MDWObject
Converts the specified array to a new modifiable MDWList.
toList() - Method in interface com.sodius.mdw.core.model.MDWSet
Converts this Set to a new modifiable MDWList.
toLong(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a long representation of the evaluation result.
toLong(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a long representation of the evaluation result.
toObject(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script.
toObject(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script.
toPlainText() - Method in class com.sodius.mdw.core.model.RichText
Converts the wrapped text into a plain text format.
toPlainText(Map<String, ?>) - Method in class com.sodius.mdw.core.model.RichText
Converts the wrapped text into a plain text format.
toRTF() - Method in class com.sodius.mdw.core.model.RichText
Converts the wrapped text into a RTF format.
toRTF(Map<String, ?>) - Method in class com.sodius.mdw.core.model.RichText
Converts the wrapped text into a RTF format.
toSet() - Method in interface com.sodius.mdw.core.model.MDWList
Converts this list to a new modifiable MDWSet.
toSet(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a MDWSet representation of the evaluation result.
toSet(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a MDWSet representation of the evaluation result.
toShort(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a short representation of the evaluation result.
toShort(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a short representation of the evaluation result.
toString() - Method in class com.sodius.mdw.core.eval.project.DirectionKind
Returns a String representation of this direction.
toString() - Method in class com.sodius.mdw.core.eval.project.VisibilityKind
Returns a String representation of this visibility.
toString() - Method in class com.sodius.mdw.core.eval.report.GeneratedFileStatus
Returns a String representation of the file status.
toString() - Method in class com.sodius.mdw.core.model.io.ConnectorKind
Returns a String representation of this connector kind.
toString(String) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a String representation of the evaluation result.
toString(String, List<?>) - Method in interface com.sodius.mdw.core.model.MDWObject
Invokes the specified script and returns a String representation of the evaluation result.
toString() - Method in class com.sodius.mdw.core.model.RichText
Returns the plain text version of the underlying text.
toString(File, String) - Static method in class com.sodius.mdw.core.util.io.IOUtils
Get the contents of a File as a String using the specified character encoding.
toString() - Method in class com.sodius.mdw.core.util.log.Level
Returns a String representation of this level.
toXHTML() - Method in class com.sodius.mdw.core.model.RichText
Converts the wrapped text into an XHTML format.
toXHTML(Map<String, ?>) - Method in class com.sodius.mdw.core.model.RichText
Converts the wrapped text into an XHTML format.
TransientLinkList<E> - Interface in com.sodius.mdw.core.eval
Provides facilities to invoke scripts on each MDWObject element of this list.
TransientLinkManager - Interface in com.sodius.mdw.core.eval
Provides services to create transient links between pairs of elements.
Type - Interface in com.sodius.mdw.core.eval.project
Describes a type on which scripts are defined.
TypeReference - Interface in com.sodius.mdw.core.eval.debug
A reference to a type defining scripts.

A B C D E F G H I L M N O P R S T U V W X