org.mindswap.pellet
Enum Clash.ClashType

java.lang.Object
  extended by java.lang.Enum<Clash.ClashType>
      extended by org.mindswap.pellet.Clash.ClashType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Clash.ClashType>
Enclosing class:
Clash

public static enum Clash.ClashType
extends java.lang.Enum<Clash.ClashType>


Enum Constant Summary
ATOMIC
           
BOTTOM_PROP
           
DISJOINT_PROPS
           
EMPTY_DATATYPE
           
FUNC_MAX_CARD
           
INVALID_LITERAL
           
MAX_CARD
           
MAX_ZERO
           
MIN_MAX
           
MISSING_DATATYPE
           
NOMINAL
           
UNEXPLAINED
           
VALUE_DATATYPE
           
 
Method Summary
 java.lang.String getExplanation()
           
static Clash.ClashType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Clash.ClashType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ATOMIC

public static final Clash.ClashType ATOMIC

MIN_MAX

public static final Clash.ClashType MIN_MAX

MAX_CARD

public static final Clash.ClashType MAX_CARD

FUNC_MAX_CARD

public static final Clash.ClashType FUNC_MAX_CARD

MAX_ZERO

public static final Clash.ClashType MAX_ZERO

NOMINAL

public static final Clash.ClashType NOMINAL

EMPTY_DATATYPE

public static final Clash.ClashType EMPTY_DATATYPE

VALUE_DATATYPE

public static final Clash.ClashType VALUE_DATATYPE

MISSING_DATATYPE

public static final Clash.ClashType MISSING_DATATYPE

INVALID_LITERAL

public static final Clash.ClashType INVALID_LITERAL

DISJOINT_PROPS

public static final Clash.ClashType DISJOINT_PROPS

BOTTOM_PROP

public static final Clash.ClashType BOTTOM_PROP

UNEXPLAINED

public static final Clash.ClashType UNEXPLAINED
Method Detail

values

public static Clash.ClashType[] 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 (Clash.ClashType c : Clash.ClashType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Clash.ClashType 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 name
java.lang.NullPointerException - if the argument is null

getExplanation

public java.lang.String getExplanation()


Copyright © 2004 Evren Sirin. All Rights Reserved.