public enum EDIFDiffType extends Enum<EDIFDiffType>
EDIFNetlistComparator
Modifier and Type | Method and Description |
---|---|
boolean |
isExtraType() |
boolean |
isMissingType() |
boolean |
isNameType() |
boolean |
isNonNullMismatch() |
boolean |
isViewrefType() |
static EDIFDiffType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDIFDiffType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDIFDiffType PROPERTY_OWNER
public static final EDIFDiffType PROPERTY_VALUE
public static final EDIFDiffType PROPERTY_TYPE
public static final EDIFDiffType PROPERTY_MISSING
public static final EDIFDiffType PROPERTY_EXTRA
public static final EDIFDiffType PORT_NAME
public static final EDIFDiffType PORT_BUSNAME
public static final EDIFDiffType PORT_DIRECTION
public static final EDIFDiffType PORT_WIDTH
public static final EDIFDiffType PORT_MISSING
public static final EDIFDiffType PORT_EXTRA
public static final EDIFDiffType PORT_LEFT_RANGE_LIMIT
public static final EDIFDiffType PORT_RIGHT_RANGE_LIMIT
public static final EDIFDiffType PORT_ENDIANNESS
public static final EDIFDiffType NET_NAME
public static final EDIFDiffType NET_MISSING
public static final EDIFDiffType NET_EXTRA
public static final EDIFDiffType NET_PORT_INST_NAME
public static final EDIFDiffType NET_PORT_INST_DIRECTION
public static final EDIFDiffType NET_PORT_INST_PORT
public static final EDIFDiffType NET_PORT_INST_FULLNAME
public static final EDIFDiffType NET_PORT_INST_INDEX
public static final EDIFDiffType NET_PORT_INST_INSTNAME
public static final EDIFDiffType NET_PORT_INST_MISSING
public static final EDIFDiffType NET_PORT_INST_EXTRA
public static final EDIFDiffType INST_NAME
public static final EDIFDiffType INST_VIEWREF
public static final EDIFDiffType INST_MISSING
public static final EDIFDiffType INST_EXTRA
public static final EDIFDiffType CELL_NAME
public static final EDIFDiffType CELL_VIEWREF
public static final EDIFDiffType CELL_MISSING
public static final EDIFDiffType CELL_EXTRA
public static final EDIFDiffType LIBRARY_NAME
public static final EDIFDiffType LIBRARY_MISSING
public static final EDIFDiffType LIBRARY_EXTRA
public static EDIFDiffType[] values()
for (EDIFDiffType c : EDIFDiffType.values()) System.out.println(c);
public static EDIFDiffType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isMissingType()
public boolean isExtraType()
public boolean isNonNullMismatch()
public boolean isNameType()
public boolean isViewrefType()