public class ExpandSelectTreeNodeImpl extends ExpandSelectTreeNode
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpandSelectTreeNodeImpl.AllKinds |
class |
ExpandSelectTreeNodeImpl.ExpandSelectTreeNodeBuilderImpl |
ExpandSelectTreeNode.ExpandSelectTreeNodeBuilder| Constructor and Description |
|---|
ExpandSelectTreeNodeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(EdmProperty property) |
ExpandSelectTreeNodeImpl.AllKinds |
getAllKind() |
List<ExpandSelectTreeNode> |
getExpandedList() |
Map<String,ExpandSelectTreeNode> |
getLinks() |
List<EdmProperty> |
getProperties() |
boolean |
isAll() |
boolean |
isExpanded() |
boolean |
isExplicitlySelected() |
void |
putLink(String name,
ExpandSelectTreeNodeImpl node) |
void |
removeLink(String name) |
void |
setAllExplicitly() |
void |
setAllKindFalse() |
void |
setExpanded() |
void |
setExplicitlySelected() |
String |
toJsonString() |
entitySetpublic boolean isAll()
isAll in class ExpandSelectTreeNodepublic List<EdmProperty> getProperties()
getProperties in class ExpandSelectTreeNodepublic Map<String,ExpandSelectTreeNode> getLinks()
getLinks in class ExpandSelectTreeNodepublic List<ExpandSelectTreeNode> getExpandedList()
getExpandedList in class ExpandSelectTreeNodepublic void putLink(String name, ExpandSelectTreeNodeImpl node)
public void removeLink(String name)
public boolean isExplicitlySelected()
public void setExplicitlySelected()
public boolean isExpanded()
public void setExpanded()
public void addProperty(EdmProperty property)
public void setAllExplicitly()
public ExpandSelectTreeNodeImpl.AllKinds getAllKind()
public void setAllKindFalse()
public String toJsonString()
Copyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.