public class ViewConfig extends Object
Constructor and Description |
---|
ViewConfig() |
Modifier and Type | Method and Description |
---|---|
List<InstanceConfig> |
getInstances()
Get the list of view instances.
|
String |
getLabel()
Get the public view name.
|
String |
getName()
Get the unique name.
|
List<ParameterConfig> |
getParameters()
Get the list of view parameters.
|
List<ResourceConfig> |
getResources()
Get the list of view resources.
|
String |
getVersion()
Get the view version.
|
public String getName()
public String getLabel()
public String getVersion()
public List<ParameterConfig> getParameters()
public List<ResourceConfig> getResources()
public List<InstanceConfig> getInstances()
Copyright © 2014. All rights reserved.