public enum DesignDiffType extends Enum<DesignDiffType>
Modifier and Type | Method and Description |
---|---|
boolean |
isExtraType() |
boolean |
isMissingType() |
boolean |
isNameType() |
boolean |
isNetParentContext() |
boolean |
isNonNullMismatch() |
boolean |
isSiteInstParentContext() |
static DesignDiffType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesignDiffType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DesignDiffType DESIGN_PARTNAME
public static final DesignDiffType SITEINST_MISSING
public static final DesignDiffType SITEINST_EXTRA
public static final DesignDiffType SITEINST_NAME
public static final DesignDiffType SITEINST_TYPE
public static final DesignDiffType PLACED_CELL_MISSING
public static final DesignDiffType PLACED_CELL_EXTRA
public static final DesignDiffType PLACED_CELL_TYPE
public static final DesignDiffType PLACED_CELL_NAME
public static final DesignDiffType SITEPIP_MISSING
public static final DesignDiffType SITEPIP_EXTRA
public static final DesignDiffType SITEPIP_INPIN_NAME
public static final DesignDiffType SITEWIRE_NET_MISSING
public static final DesignDiffType SITEWIRE_NET_EXTRA
public static final DesignDiffType SITEWIRE_NET_NAME
public static final DesignDiffType NET_MISSING
public static final DesignDiffType NET_EXTRA
public static final DesignDiffType PIP_MISSING
public static final DesignDiffType PIP_EXTRA
public static final DesignDiffType PIP_FLAGS
public static DesignDiffType[] values()
for (DesignDiffType c : DesignDiffType.values()) System.out.println(c);
public static DesignDiffType 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 isNetParentContext()
public boolean isSiteInstParentContext()