railo.runtime.type
Interface Struct

All Superinterfaces:
Castable, java.lang.Cloneable, Collection, Dumpable, Iteratorable, java.util.Map, java.io.Serializable
All Known Subinterfaces:
Application, Argument, Caller, CGI, Client, Cluster, Component, Cookie, Form, Local, Request, Scope, Server, Session, Threads, Undefined, URL, URLForm, Variables

public interface Struct
extends Collection, java.util.Map


Nested Class Summary
 
Nested classes inherited from class railo.runtime.type.Collection
Collection.Key
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
static int TYPE_LINKED
           
static int TYPE_REGULAR
           
static int TYPE_SYNC
           
static int TYPE_WEAKED
           
 
Methods inherited from interface railo.runtime.type.Collection
clear, clone, containsKey, containsKey, duplicate, get, get, get, get, keys, keysAsString, remove, removeEL, set, set, setEL, setEL, size
 
Methods inherited from interface railo.runtime.dump.Dumpable
toDumpData
 
Methods inherited from interface railo.runtime.type.Iteratorable
iterator, keyIterator
 
Methods inherited from interface railo.runtime.op.Castable
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

TYPE_WEAKED

public static final int TYPE_WEAKED
See Also:
Constant Field Values

TYPE_LINKED

public static final int TYPE_LINKED
See Also:
Constant Field Values

TYPE_SYNC

public static final int TYPE_SYNC
See Also:
Constant Field Values

TYPE_REGULAR

public static final int TYPE_REGULAR
See Also:
Constant Field Values