public class FlatLabel extends Object implements LabelObject
Modifier and Type | Field and Description |
---|---|
static String |
GROUP_TYPE |
static String |
OBJECT_TYPE |
static String |
PROPERTY_TYPE |
static String |
SYSTEM_TYPE |
static String |
TASK_TYPE |
Modifier and Type | Method and Description |
---|---|
Object |
get(String key)
Retrieves the value of this object's element as identified by key.
|
List<Object> |
getChildObjects()
Retrieves the child objects.
|
String |
getName()
Retrieves the name.
|
void |
setElements(Map elements)
Set the elements of this object
|
String |
toString() |
public static final String OBJECT_TYPE
public static final String GROUP_TYPE
public static final String SYSTEM_TYPE
public static final String PROPERTY_TYPE
public static final String TASK_TYPE
public Object get(String key)
LabelObject
get
in interface LabelObject
public String getName()
LabelObject
getName
in interface LabelObject
public List<Object> getChildObjects()
LabelObject
getChildObjects
in interface LabelObject
public void setElements(Map elements)
LabelObject
setElements
in interface LabelObject
Copyright © 2010–2018 Planetary Data System. All rights reserved.