Class FlatLabel
- java.lang.Object
-
- gov.nasa.pds.imaging.generate.label.FlatLabel
-
- All Implemented Interfaces:
LabelObject
public class FlatLabel extends Object implements LabelObject
-
-
Field Summary
Fields Modifier and Type Field Description static String
GROUP_TYPE
static String
OBJECT_TYPE
static String
PROPERTY_TYPE
static String
SYSTEM_TYPE
static String
TASK_TYPE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 objectString
toString()
-
-
-
Field Detail
-
OBJECT_TYPE
public static final String OBJECT_TYPE
- See Also:
- Constant Field Values
-
GROUP_TYPE
public static final String GROUP_TYPE
- See Also:
- Constant Field Values
-
SYSTEM_TYPE
public static final String SYSTEM_TYPE
- See Also:
- Constant Field Values
-
PROPERTY_TYPE
public static final String PROPERTY_TYPE
- See Also:
- Constant Field Values
-
TASK_TYPE
public static final String TASK_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public Object get(String key)
Description copied from interface:LabelObject
Retrieves the value of this object's element as identified by key.- Specified by:
get
in interfaceLabelObject
- Returns:
-
getName
public String getName()
Description copied from interface:LabelObject
Retrieves the name.- Specified by:
getName
in interfaceLabelObject
- Returns:
-
getChildObjects
public List<Object> getChildObjects()
Description copied from interface:LabelObject
Retrieves the child objects.- Specified by:
getChildObjects
in interfaceLabelObject
- Returns:
-
setElements
public void setElements(Map elements)
Description copied from interface:LabelObject
Set the elements of this object- Specified by:
setElements
in interfaceLabelObject
-
-