public enum SExtendedDataSchemaType extends Enum<SExtendedDataSchemaType>
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
static SExtendedDataSchemaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SExtendedDataSchemaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SExtendedDataSchemaType XSD
public static final SExtendedDataSchemaType PDF
public static final SExtendedDataSchemaType TXT
public static SExtendedDataSchemaType[] values()
for (SExtendedDataSchemaType c : SExtendedDataSchemaType.values()) System.out.println(c);
public static SExtendedDataSchemaType 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 int getOrdinal()
Copyright © 2016 OpenSource BIM. All rights reserved.