public class InstanceConfig extends Object
Constructor and Description |
---|
InstanceConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the view instance description.
|
String |
getIcon()
Get the icon path in the view archive.
|
String |
getIcon64()
Get the big icon path in the view archive.
|
String |
getLabel()
Get the public view instance label.
|
String |
getName()
Get the instance name.
|
List<PropertyConfig> |
getProperties()
Get the instance properties.
|
boolean |
isVisible()
Indicates whether or not the instance should be visible.
|
public String getName()
public String getLabel()
public String getDescription()
public boolean isVisible()
public String getIcon()
public String getIcon64()
public List<PropertyConfig> getProperties()
Copyright © 2022 Apache Software Foundation. All rights reserved.