Package org.swrlapi.owl2rl
Enum OWL2RLNames.OWL2RLRuleTable
- java.lang.Object
-
- java.lang.Enum<OWL2RLNames.OWL2RLRuleTable>
-
- org.swrlapi.owl2rl.OWL2RLNames.OWL2RLRuleTable
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<OWL2RLNames.OWL2RLRuleTable>
- Enclosing interface:
- OWL2RLNames
public static enum OWL2RLNames.OWL2RLRuleTable extends java.lang.Enum<OWL2RLNames.OWL2RLRuleTable>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description RuleTable4
RuleTable5
RuleTable6
RuleTable7
RuleTable8
RuleTable9
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OWL2RLNames.OWL2RLRuleTable
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OWL2RLNames.OWL2RLRuleTable[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
RuleTable4
public static final OWL2RLNames.OWL2RLRuleTable RuleTable4
-
RuleTable5
public static final OWL2RLNames.OWL2RLRuleTable RuleTable5
-
RuleTable6
public static final OWL2RLNames.OWL2RLRuleTable RuleTable6
-
RuleTable7
public static final OWL2RLNames.OWL2RLRuleTable RuleTable7
-
RuleTable8
public static final OWL2RLNames.OWL2RLRuleTable RuleTable8
-
RuleTable9
public static final OWL2RLNames.OWL2RLRuleTable RuleTable9
-
-
Method Detail
-
values
public static OWL2RLNames.OWL2RLRuleTable[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OWL2RLNames.OWL2RLRuleTable c : OWL2RLNames.OWL2RLRuleTable.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OWL2RLNames.OWL2RLRuleTable valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-