public enum Schema extends Enum<Schema>
| Enum Constant and Description |
|---|
GEOMETRY |
IFC2X3TC1 |
IFC4 |
LOG |
STORE |
| Modifier and Type | Method and Description |
|---|---|
static Set<Schema> |
asSet(Schema... schemas) |
String |
getEPackageName() |
String |
getHeaderName() |
static Set<Schema> |
getIfcSchemas() |
Set<Schema> |
toSet() |
static Schema |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schema STORE
public static final Schema GEOMETRY
public static final Schema LOG
public static final Schema IFC2X3TC1
public static final Schema IFC4
public static Schema[] values()
for (Schema c : Schema.values()) System.out.println(c);
public static Schema 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 String getHeaderName()
public String getEPackageName()
Copyright © 2018 OpenSource BIM. All rights reserved.