|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.model.PrefabGraph
public class PrefabGraph
| Constructor Summary | |
|---|---|
PrefabGraph(String name,
String title,
String[] columns,
String command,
String[] externalValues,
String[] propertiesValues,
int order,
String[] types,
String description,
Integer graphWidth,
Integer graphHeight,
String[] suppress)
|
|
| Method Summary | |
|---|---|
int |
compareTo(PrefabGraph other)
|
String[] |
getColumns()
|
String |
getCommand()
|
String |
getDescription()
Can be null. |
String[] |
getExternalValues()
|
Integer |
getGraphHeight()
Can be null. |
Integer |
getGraphWidth()
Can be null. |
String |
getName()
|
int |
getOrder()
|
String[] |
getPropertiesValues()
|
String[] |
getSuppress()
|
String |
getTitle()
|
String[] |
getTypes()
Can be null. |
boolean |
hasMatchingType(String... matchingTypes)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrefabGraph(String name,
String title,
String[] columns,
String command,
String[] externalValues,
String[] propertiesValues,
int order,
String[] types,
String description,
Integer graphWidth,
Integer graphHeight,
String[] suppress)
| Method Detail |
|---|
public String getName()
public String getTitle()
public int getOrder()
public String[] getColumns()
public String getCommand()
public String[] getExternalValues()
public String[] getPropertiesValues()
StringPropertyAttributepublic String[] getTypes()
public boolean hasMatchingType(String... matchingTypes)
public String getDescription()
public Integer getGraphWidth()
public Integer getGraphHeight()
public String[] getSuppress()
public int compareTo(PrefabGraph other)
compareTo in interface Comparable<PrefabGraph>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||