public static enum InterconnectInfo.NodeGroupType extends Enum<InterconnectInfo.NodeGroupType>
| Enum Constant and Description | 
|---|
| CLE_IN | 
| CLE_OUT | 
| GLOBAL | 
| HORT_DOUBLE | 
| HORT_LONG | 
| HORT_QUAD | 
| HORT_SINGLE | 
| INTERNAL_SINGLE | 
| VERT_DOUBLE | 
| VERT_LONG | 
| VERT_QUAD | 
| VERT_SINGLE | 
| Modifier and Type | Method and Description | 
|---|---|
| char | abbr() | 
| short | length() | 
| InterconnectInfo.Orientation | orientation() | 
| GroupDelayType | type() | 
| static InterconnectInfo.NodeGroupType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static InterconnectInfo.NodeGroupType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final InterconnectInfo.NodeGroupType VERT_SINGLE
public static final InterconnectInfo.NodeGroupType VERT_DOUBLE
public static final InterconnectInfo.NodeGroupType VERT_QUAD
public static final InterconnectInfo.NodeGroupType VERT_LONG
public static final InterconnectInfo.NodeGroupType HORT_SINGLE
public static final InterconnectInfo.NodeGroupType HORT_DOUBLE
public static final InterconnectInfo.NodeGroupType HORT_QUAD
public static final InterconnectInfo.NodeGroupType HORT_LONG
public static final InterconnectInfo.NodeGroupType CLE_OUT
public static final InterconnectInfo.NodeGroupType CLE_IN
public static final InterconnectInfo.NodeGroupType INTERNAL_SINGLE
public static final InterconnectInfo.NodeGroupType GLOBAL
public static InterconnectInfo.NodeGroupType[] values()
for (InterconnectInfo.NodeGroupType c : InterconnectInfo.NodeGroupType.values()) System.out.println(c);
public static InterconnectInfo.NodeGroupType 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 InterconnectInfo.Orientation orientation()
public GroupDelayType type()
public short length()
public char abbr()