public static interface MonitorView.Descriptor extends Serializable
| Modifier and Type | Method and Description |
|---|---|
default Serializable |
getCreator()
Returns a descriptor of the creator of the view.
|
default String |
getName()
Returns the name of the view.
|
default void |
setCreator(Serializable creator)
Sets a descriptor of the creator of the view.
|
default void |
setName(String name)
Sets the name of the view.
|
default Serializable getCreator()
default void setCreator(Serializable creator)
creator - Creator descriptor.default String getName()
default void setName(String name)
name - View name.Copyright © 2018 LSST. All rights reserved.