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