public class StixObservablePropertyNode extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(String pathName,
StixObservablePropertyNode stixPath) |
Map<String,StixObservablePropertyNode> |
getChildren() |
Class<?> |
getClazz() |
Field |
getField() |
String |
getName() |
StixObservablePropertyNode |
getParent() |
List<StixObservablePropertyNode> |
getPath()
Gets every parent from this node represented as an ordered (oldest to newest)
list.
|
boolean |
isReference() |
String |
toPath()
Gets every parent from this node represented as a STIX object path.
|
String |
toString() |
public String getName()
public Field getField()
public StixObservablePropertyNode getParent()
public Class<?> getClazz()
public Map<String,StixObservablePropertyNode> getChildren()
public void addChild(String pathName, StixObservablePropertyNode stixPath)
public boolean isReference()
public List<StixObservablePropertyNode> getPath()
public String toPath()
Copyright © 2020. All rights reserved.