JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.yahoo.prelude.query.textualrepresentation
Interface Discloser
public interface
Discloser
Allows an item to disclose its properties and children/value.
Author:
Tony Vaagenes
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
addChild
(
Item
item)
void
addProperty
(
String
key,
Object
value)
void
setValue
(
Object
value)
Method Details
addProperty
void
addProperty
(
String
key,
Object
value)
setValue
void
setValue
(
Object
value)
addChild
void
addChild
(
Item
item)