public static enum FileType.FileTypeGroup extends java.lang.Enum<FileType.FileTypeGroup>
Enum Constant and Description |
---|
BUILTINSIMGRP |
DATABASEGRP |
EXPORTIMPORTGRP |
JARGRP |
OTHERSIMGRP |
SPICESIMGRP |
VERILOGSIMGRP |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupName() |
java.lang.String |
toString() |
static FileType.FileTypeGroup |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileType.FileTypeGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileType.FileTypeGroup DATABASEGRP
public static final FileType.FileTypeGroup OTHERSIMGRP
public static final FileType.FileTypeGroup SPICESIMGRP
public static final FileType.FileTypeGroup BUILTINSIMGRP
public static final FileType.FileTypeGroup VERILOGSIMGRP
public static final FileType.FileTypeGroup EXPORTIMPORTGRP
public static final FileType.FileTypeGroup JARGRP
public static FileType.FileTypeGroup[] values()
for (FileType.FileTypeGroup c : FileType.FileTypeGroup.values()) System.out.println(c);
public static FileType.FileTypeGroup 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 java.lang.String getGroupName()
public java.lang.String toString()
toString
in class java.lang.Enum<FileType.FileTypeGroup>