org.apache.ambari.view
Interface ViewDefinition


public interface ViewDefinition

The view definition.


Nested Class Summary
static class ViewDefinition.ViewStatus
          View status
 
Method Summary
 String getDescription()
          Get the view description.
 String getLabel()
          Get the view label (display name).
 String getMask()
          Get the mask class name.
 ViewDefinition.ViewStatus getStatus()
          Get the view status.
 String getStatusDetail()
          Get the view status detail.
 String getVersion()
          Get the view version.
 String getViewName()
          Get the view name.
 

Method Detail

getViewName

String getViewName()
Get the view name.

Returns:
the view name

getLabel

String getLabel()
Get the view label (display name).

Returns:
the view label

getDescription

String getDescription()
Get the view description.

Returns:
the description

getVersion

String getVersion()
Get the view version.

Returns:
the version

getMask

String getMask()
Get the mask class name.

Returns:
the mask class name.

getStatus

ViewDefinition.ViewStatus getStatus()
Get the view status.

Returns:
the view status

getStatusDetail

String getStatusDetail()
Get the view status detail.

Returns:
the view status detail


Copyright © 2015 Apache Software Foundation. All rights reserved.