[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

CaseConverter

abstract
inherits from Object

Object <- CaseConverter



Operations

Get list of all operations

ConvertToUppercase


Attributes

Get list of all attributes

Class CaseConverter defines no new attributes.


Fields

No fields are defined by CaseConverter or any of its superclasses.


Instance template

Class CaseConverter cannot be instantiated.


Class definition

Define Class CaseConverter;
    inherits from Object;
    abstract;

    operation ConvertToUppercase(source: HasText; initialOnly: Boolean): Text, noMethod;
        // converts source to uppercase form
        // if initialOnly, converts only the initial character(s)
        
end class;