Servertec   Object
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Cookie
Date
Enumeration
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
Response
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
Vector

Wrappers
Servlet
Server Side
Preprocessor
Executable
Samples
Sales
Legal
Feedback

 

Functions on objects.

Method Description
defined( ) Returns whether the specified variable exists.
equals( ) Returns whether the specified objects are the same.
forName( ) Returns the class object associated with the specified class name
getClass( ) Returns the runtime class of the specified object.
getName( ) Returns the name of the class represented by the specified object.
hashCode( ) Returns the hashcode value of the specified object.
instanceOf( ) Returns whether a specified object is an instance of another given object.
isDate( ) Returns whether the specified value is a date object.
isDouble( ) Returns whether the specified value is a double.
isInteger( ) Returns whether the specified value is an integer.
isLong( ) Returns whether the specified value is a long.
isNull( ) Returns whether the specified value is null.
isObject( ) Returns whether the specified value is an object.
isString( ) Returns whether the specified value is a string.
newInstance( ) Returns an new instance of the specified object.
Object( ) Returns a new object set to specified value.
toString( ) Returns the string representation of the class represented by the specified object.
undefine( ) Removes the specified variable.

 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:19:03 EST 1999