Enum Class RMRadarChart.ExtractOrder
java.lang.Object
java.lang.Enum<RMRadarChart.ExtractOrder>
com.inductiveautomation.rm.shape.rm2dshapes.RMRadarChart.ExtractOrder
- All Implemented Interfaces:
Serializable
,Comparable<RMRadarChart.ExtractOrder>
,Constable
- Enclosing class:
- RMRadarChart
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic RMRadarChart.ExtractOrder
fromString
(String name) This method is case-insensitive.org.jfree.util.TableOrder
getOrder()
toString()
static RMRadarChart.ExtractOrder
Returns the enum constant of this class with the specified name.static RMRadarChart.ExtractOrder[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BY_ROW
-
BY_COLUMN
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getOrder
public org.jfree.util.TableOrder getOrder() -
toString
- Overrides:
toString
in classEnum<RMRadarChart.ExtractOrder>
-
fromString
This method is case-insensitive. If there's a match with the name of anRMRadarChart.ExtractOrder
theRMRadarChart.ExtractOrder
will be returned. Otherwise, null will be returned.- Parameters:
name
- the name of theRMRadarChart.ExtractOrder
to be returned- Returns:
- null if the name does not match any of the
RMRadarChart.ExtractOrder
names
-