Servertec Object
M E N U

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

Wrappers
Server Side
Preprocessor
Executable
Make
Samples
Legal
Feedback

 


Functions on objects.
 
Method Description
count( ) Returns the number of elements in an array object.
defined( ) Returns whether the specified variable exists.
elementAt( ) Returns the element at the specified offset into the given array object.
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.
hasMoreElements( ) Returns whether the specified enumeration object has more elements.
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.
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.
nextElement( ) Returns the next element of the specified enumeration object.
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-1998 Servertec. All rights reserved.
Last Modified: Wed Apr 15 00:16:38 EDT 1998