public class PrefabGraph extends Object implements Comparable<PrefabGraph>
PrefabGraph class.
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
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.public int getOrder()
getOrder
public String[] getExternalValues()
getExternalValues
String
objects.public String[] getPropertiesValues()
getPropertiesValues
StringPropertyAttribute
public boolean hasMatchingType(String... matchingTypes)
hasMatchingType
matchingTypes
- a String
object.public int compareTo(PrefabGraph other)
compareTo
compareTo
in interface Comparable<PrefabGraph>
other
- a PrefabGraph
object.Copyright © 2021. All rights reserved.