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