public abstract class Parameter extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
Parameter(String name) |
Modifier and Type | Method and Description |
---|---|
protected Object |
readResolve()
Resolves the deserialized instance to the local reference for accurate
equals() and == comparisons.
|
String |
toString() |
protected Parameter(String name)
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.