public static enum IDBSourceCode.SourceCodeType extends Enum<IDBSourceCode.SourceCodeType>
Enum Constant and Description |
---|
FUNCTION |
PACKAGE |
PACKAGE_BODY |
PROCEDURE |
TYPE |
Modifier and Type | Method and Description |
---|---|
boolean |
isPackage() |
static IDBSourceCode.SourceCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDBSourceCode.SourceCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDBSourceCode.SourceCodeType PACKAGE
public static final IDBSourceCode.SourceCodeType PACKAGE_BODY
public static final IDBSourceCode.SourceCodeType FUNCTION
public static final IDBSourceCode.SourceCodeType PROCEDURE
public static final IDBSourceCode.SourceCodeType TYPE
public static IDBSourceCode.SourceCodeType[] values()
for (IDBSourceCode.SourceCodeType c : IDBSourceCode.SourceCodeType.values()) System.out.println(c);
public static IDBSourceCode.SourceCodeType 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 isPackage()
Copyright © 2016. All rights reserved.