public enum SPluginType extends Enum<SPluginType>
| Enum Constant and Description |
|---|
DESERIALIZER |
MODEL_CHECKER |
MODEL_COMPARE |
MODEL_MERGER |
OBJECT_IDM |
QUERY_ENGINE |
RENDER_ENGINE |
SERIALIZER |
SERVICE |
STILL_IMAGE_RENDER |
WEB_MODULE |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
static SPluginType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPluginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPluginType SERIALIZER
public static final SPluginType DESERIALIZER
public static final SPluginType RENDER_ENGINE
public static final SPluginType QUERY_ENGINE
public static final SPluginType OBJECT_IDM
public static final SPluginType WEB_MODULE
public static final SPluginType MODEL_MERGER
public static final SPluginType MODEL_COMPARE
public static final SPluginType MODEL_CHECKER
public static final SPluginType STILL_IMAGE_RENDER
public static final SPluginType SERVICE
public static SPluginType[] values()
for (SPluginType c : SPluginType.values()) System.out.println(c);
public static SPluginType 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 © 2018 OpenSource BIM. All rights reserved.