|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.type.FunctionArgumentImpl
public final class FunctionArgumentImpl
a single argument of a function
Field Summary |
---|
Fields inherited from interface railo.runtime.type.FunctionArgument |
---|
DEFAULT_TYPE_LITERAL, DEFAULT_TYPE_NULL, DEFAULT_TYPE_RUNTIME_EXPRESSION |
Constructor Summary | |
---|---|
FunctionArgumentImpl()
NEVER USE THIS CONSTRUCTOR, this constructor is only for deserialize this object from stream |
|
FunctionArgumentImpl(Collection.Key name)
|
|
FunctionArgumentImpl(Collection.Key name,
short type)
|
|
FunctionArgumentImpl(Collection.Key name,
String type,
boolean required,
int defaultType,
boolean passByReference,
String dspName,
String hint,
StructImpl meta)
Deprecated. use other constructor |
|
FunctionArgumentImpl(Collection.Key name,
String strType,
short type)
|
|
FunctionArgumentImpl(Collection.Key name,
String strType,
short type,
boolean required)
|
|
FunctionArgumentImpl(Collection.Key name,
String strType,
short type,
boolean required,
int defaultType)
|
|
FunctionArgumentImpl(Collection.Key name,
String strType,
short type,
boolean required,
int defaultType,
boolean passByReference)
|
|
FunctionArgumentImpl(Collection.Key name,
String strType,
short type,
boolean required,
int defaultType,
boolean passByReference,
String dspName)
|
|
FunctionArgumentImpl(Collection.Key name,
String strType,
short type,
boolean required,
int defaultType,
boolean passByReference,
String dspName,
String hint)
|
|
FunctionArgumentImpl(Collection.Key name,
String strType,
short type,
boolean required,
int defaultType,
boolean passByReference,
String dspName,
String hint,
StructImpl meta)
|
|
FunctionArgumentImpl(String name,
String type,
boolean required)
Deprecated. use other constructor |
|
FunctionArgumentImpl(String name,
String type,
boolean required,
double defaultType,
boolean passByReference,
String dspName,
String hint,
StructImpl meta)
Deprecated. use other constructor |
|
FunctionArgumentImpl(String name,
String type,
boolean required,
double defaultType,
String dspName,
String hint,
StructImpl meta)
Deprecated. use other constructor |
|
FunctionArgumentImpl(String name,
String type,
boolean required,
int defaultType,
boolean passByReference,
String dspName,
String hint,
StructImpl meta)
Deprecated. use other constructor |
|
FunctionArgumentImpl(String name,
String type,
boolean required,
int defaultType,
String dspName,
String hint,
StructImpl meta)
Deprecated. use other constructor |
|
FunctionArgumentImpl(String name,
String type,
boolean required,
String dspName,
String hint)
Deprecated. use other constructor |
|
FunctionArgumentImpl(String name,
String type,
boolean required,
String dspName,
String hint,
StructImpl meta)
Deprecated. use other constructor |
|
FunctionArgumentImpl(String name,
String strType,
short type,
boolean required,
int defaultType,
boolean passByReference,
String dspName,
String hint,
StructImpl meta)
Deprecated. use other constructor |
Method Summary | |
---|---|
int |
getDefaultType()
|
String |
getDisplayName()
|
String |
getDspName()
Deprecated. replaced with getDisplayName(); |
String |
getHint()
|
Struct |
getMetaData()
|
Collection.Key |
getName()
|
short |
getType()
|
String |
getTypeAsString()
|
boolean |
isPassByReference()
|
boolean |
isRequired()
|
void |
readExternal(ObjectInput in)
|
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionArgumentImpl(String name, String type, boolean required)
public FunctionArgumentImpl(String name, String type, boolean required, String dspName, String hint)
public FunctionArgumentImpl(String name, String type, boolean required, String dspName, String hint, StructImpl meta)
public FunctionArgumentImpl(String name, String type, boolean required, int defaultType, String dspName, String hint, StructImpl meta)
public FunctionArgumentImpl(String name, String type, boolean required, double defaultType, String dspName, String hint, StructImpl meta)
public FunctionArgumentImpl(String name, String type, boolean required, double defaultType, boolean passByReference, String dspName, String hint, StructImpl meta)
public FunctionArgumentImpl(String name, String type, boolean required, int defaultType, boolean passByReference, String dspName, String hint, StructImpl meta)
public FunctionArgumentImpl(String name, String strType, short type, boolean required, int defaultType, boolean passByReference, String dspName, String hint, StructImpl meta)
public FunctionArgumentImpl(Collection.Key name, String type, boolean required, int defaultType, boolean passByReference, String dspName, String hint, StructImpl meta)
public FunctionArgumentImpl()
public FunctionArgumentImpl(Collection.Key name)
public FunctionArgumentImpl(Collection.Key name, short type)
public FunctionArgumentImpl(Collection.Key name, String strType, short type)
public FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required)
public FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required, int defaultType)
public FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required, int defaultType, boolean passByReference)
public FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required, int defaultType, boolean passByReference, String dspName)
public FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required, int defaultType, boolean passByReference, String dspName, String hint)
public FunctionArgumentImpl(Collection.Key name, String strType, short type, boolean required, int defaultType, boolean passByReference, String dspName, String hint, StructImpl meta)
Method Detail |
---|
public int getDefaultType()
getDefaultType
in interface FunctionArgument
public Collection.Key getName()
getName
in interface FunctionArgument
FunctionArgument.getName()
public boolean isRequired()
isRequired
in interface FunctionArgument
FunctionArgument.isRequired()
public short getType()
getType
in interface FunctionArgument
FunctionArgument.getType()
public String getTypeAsString()
getTypeAsString
in interface FunctionArgument
FunctionArgument.getTypeAsString()
public String getHint()
getHint
in interface FunctionArgument
FunctionArgument.getHint()
public String getDisplayName()
getDisplayName
in interface FunctionArgument
FunctionArgument.getDisplayName()
public String getDspName()
getDisplayName();
getDspName
in interface FunctionArgument
FunctionArgument.getDspName()
public Struct getMetaData()
getMetaData
in interface FunctionArgument
FunctionArgument.getMetaData()
public boolean isPassByReference()
isPassByReference
in interface FunctionArgument
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |