public class PropertyPreview extends Object
| Constructor and Description |
|---|
PropertyPreview() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Property name.
|
PropertyPreviewSubtype |
getSubtype()
Object subtype hint.
|
PropertyPreviewType |
getType()
Object type.
|
String |
getValue()
User-friendly property value string.
|
ObjectPreview |
getValuePreview()
Nested value preview.
|
void |
setName(String name)
Property name.
|
void |
setSubtype(PropertyPreviewSubtype subtype)
Object subtype hint.
|
void |
setType(PropertyPreviewType type)
Object type.
|
void |
setValue(String value)
User-friendly property value string.
|
void |
setValuePreview(ObjectPreview valuePreview)
Nested value preview.
|
public String getName()
public void setName(String name)
public PropertyPreviewType getType()
public void setType(PropertyPreviewType type)
public String getValue()
public void setValue(String value)
public ObjectPreview getValuePreview()
public void setValuePreview(ObjectPreview valuePreview)
public PropertyPreviewSubtype getSubtype()
public void setSubtype(PropertyPreviewSubtype subtype)
Copyright © 2020. All rights reserved.