public static enum Layer.LayerSortingType extends java.lang.Enum<Layer.LayerSortingType>
Enum Constant and Description |
---|
ByDepth |
ByFunctionLevel |
ByGDSIndex |
ByHeight |
ByHeightContact |
ByName |
ByOrderInTechFile |
Modifier and Type | Method and Description |
---|---|
static Layer.LayerSortingType |
findType(java.lang.String userName)
Method to find a LayerSortingType based on its name.
|
static Layer.LayerSortingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Layer.LayerSortingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Layer.LayerSortingType ByName
public static final Layer.LayerSortingType ByGDSIndex
public static final Layer.LayerSortingType ByOrderInTechFile
public static final Layer.LayerSortingType ByHeight
public static final Layer.LayerSortingType ByHeightContact
public static final Layer.LayerSortingType ByFunctionLevel
public static final Layer.LayerSortingType ByDepth
public static Layer.LayerSortingType[] values()
for (Layer.LayerSortingType c : Layer.LayerSortingType.values()) System.out.println(c);
public static Layer.LayerSortingType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Layer.LayerSortingType findType(java.lang.String userName)
userName
-