public class PrivatePropertyDescriptor extends Object
| Constructor and Description |
|---|
PrivatePropertyDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Private property name.
|
RemoteObject |
getValue()
The value associated with the private property.
|
void |
setName(String name)
Private property name.
|
void |
setValue(RemoteObject value)
The value associated with the private property.
|
public String getName()
public void setName(String name)
public RemoteObject getValue()
public void setValue(RemoteObject value)
Copyright © 2020. All rights reserved.