|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.dataops.objectcol.resolution.MethodParameter
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Object |
defaultValue
|
static long |
EXTERNALIZATION_VERSION_UID
|
private String |
inputName
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private boolean |
out
|
private Class |
paramType
|
private boolean |
primitive
|
private boolean |
required
|
private static String |
RESOURCE
|
private boolean |
seed
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
MethodParameter()
|
Method Summary | |
Object |
getDefaultValue()
Gets the value of the attribute: defaultValue. |
String |
getInputName()
Gets the value of the attribute: inputName. |
Class |
getParamType()
Gets the value of the attribute: paramType. |
private void |
inputNameValidate(String a_InputName)
|
boolean |
isOut()
Gets the value of the attribute: out. |
boolean |
isPrimitive()
Gets the value of the attribute: primitive. |
boolean |
isRequired()
Gets the value of the attribute: required. |
boolean |
isSeed()
Gets the value of the attribute: seed. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(MethodParameter thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setDefaultValue(Object a_DefaultValue)
Sets the value of the attribute: defaultValue. |
void |
setInputName(String a_InputName)
Sets the value of the attribute: inputName. |
void |
setOut(boolean a_Out)
Sets the value of the attribute: out. |
void |
setParamType(Class a_ParamType)
Sets the value of the attribute: paramType. |
void |
setPrimitive(boolean a_Primitive)
Sets the value of the attribute: primitive. |
void |
setRequired(boolean a_Required)
Sets the value of the attribute: required. |
void |
setSeed(boolean a_Seed)
Sets the value of the attribute: seed. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Class paramType
private boolean primitive
private String inputName
private boolean required
private Object defaultValue
private boolean seed
private boolean out
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public MethodParameter()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(MethodParameter thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public Class getParamType()
public void setParamType(Class a_ParamType) throws WTPropertyVetoException
a_ParamType
-
WTPropertyVetoException
public boolean isPrimitive()
public void setPrimitive(boolean a_Primitive) throws WTPropertyVetoException
a_Primitive
-
WTPropertyVetoException
public String getInputName()
public void setInputName(String a_InputName) throws WTPropertyVetoException
a_InputName
-
WTPropertyVetoException
private void inputNameValidate(String a_InputName) throws WTPropertyVetoException
a_InputName
-
WTPropertyVetoException
public boolean isRequired()
public void setRequired(boolean a_Required) throws WTPropertyVetoException
a_Required
-
WTPropertyVetoException
public Object getDefaultValue()
public void setDefaultValue(Object a_DefaultValue) throws WTPropertyVetoException
a_DefaultValue
-
WTPropertyVetoException
public boolean isSeed()
public void setSeed(boolean a_Seed) throws WTPropertyVetoException
a_Seed
-
WTPropertyVetoException
public boolean isOut()
public void setOut(boolean a_Out) throws WTPropertyVetoException
a_Out
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |