|
||||||||||
| 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
PrefabGraph class.
| 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)
Constructor for PrefabGraph. |
|
| Method Summary | |
|---|---|
int |
compareTo(PrefabGraph other)
compareTo |
String[] |
getColumns()
getColumns |
String |
getCommand()
getCommand |
String |
getDescription()
Can be null. |
String[] |
getExternalValues()
getExternalValues |
Integer |
getGraphHeight()
Can be null. |
Integer |
getGraphWidth()
Can be null. |
String |
getName()
getName |
int |
getOrder()
getOrder |
String[] |
getPropertiesValues()
getPropertiesValues |
String[] |
getSuppress()
getSuppress |
String |
getTitle()
getTitle |
String[] |
getTypes()
Can be null. |
boolean |
hasMatchingType(String... matchingTypes)
hasMatchingType |
| 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)
Constructor for PrefabGraph.
name - a String object.title - a String object.columns - an array of String objects.command - a String object.externalValues - an array of String objects.propertiesValues - an array of String objects.order - a int.types - an array of String objects.description - a String object.graphWidth - a Integer object.graphHeight - a Integer object.suppress - an array of String objects.| Method Detail |
|---|
public String getName()
getName
String object.public String getTitle()
getTitle
String object.public int getOrder()
getOrder
public String[] getColumns()
getColumns
String objects.public String getCommand()
getCommand
String object.public String[] getExternalValues()
getExternalValues
String objects.public String[] getPropertiesValues()
getPropertiesValues
StringPropertyAttributepublic String[] getTypes()
String objects.public boolean hasMatchingType(String... matchingTypes)
hasMatchingType
matchingTypes - a String object.
public String getDescription()
String object.public Integer getGraphWidth()
Integer object.public Integer getGraphHeight()
Integer object.public String[] getSuppress()
getSuppress
String objects.public int compareTo(PrefabGraph other)
compareTo
compareTo in interface Comparable<PrefabGraph>other - a PrefabGraph object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||