Package io.webfolder.cdp.type.runtime
Class PropertyPreview
java.lang.Object
io.webfolder.cdp.type.runtime.PropertyPreview
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Property name.Object subtype hint.getType()
Object type.getValue()
User-friendly property value string.Nested value preview.void
Property name.void
setSubtype
(ObjectSubtypeHint subtype) Object subtype hint.void
setType
(PropertyPreviewType type) Object type.void
User-friendly property value string.void
setValuePreview
(ObjectPreview valuePreview) Nested value preview.toString()
-
Constructor Details
-
PropertyPreview
public PropertyPreview()
-
-
Method Details
-
getName
Property name. -
setName
Property name. -
getType
Object type. Accessor means that the property itself is an accessor property. -
setType
Object type. Accessor means that the property itself is an accessor property. -
getValue
User-friendly property value string. -
setValue
User-friendly property value string. -
getValuePreview
Nested value preview. -
setValuePreview
Nested value preview. -
getSubtype
Object subtype hint. Specified for object type values only. -
setSubtype
Object subtype hint. Specified for object type values only. -
toString
-