Uses of Enum Class
AEDs3.DataBase.Flag

Packages that use Flag
Package
Description
 
  • Uses of Flag in AEDs3.DataBase

    Subclasses with type arguments of type Flag in AEDs3.DataBase
    Modifier and Type
    Class
    Description
    (package private) enum 
    Enumeração que define as flags (marcas) utilizadas no cabeçalho do arquivo de banco de dados.
    Methods in AEDs3.DataBase that return Flag
    Modifier and Type
    Method
    Description
    static Flag
    Flag.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Flag[]
    Flag.values()
    Returns an array containing the constants of this enum class, in the order they are declared.