Serializable, Comparable<CadLoadOptions.DrawTypeEnum>public static enum CadLoadOptions.DrawTypeEnum extends Enum<CadLoadOptions.DrawTypeEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CadLoadOptions.DrawTypeEnum.Adapter |
| Enum Constant | Description |
|---|---|
USEDRAWCOLOR |
|
USEOBJECTCOLOR |
| Modifier and Type | Method | Description |
|---|---|---|
static CadLoadOptions.DrawTypeEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static CadLoadOptions.DrawTypeEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CadLoadOptions.DrawTypeEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CadLoadOptions.DrawTypeEnum USEDRAWCOLOR
public static final CadLoadOptions.DrawTypeEnum USEOBJECTCOLOR
public static CadLoadOptions.DrawTypeEnum[] values()
for (CadLoadOptions.DrawTypeEnum c : CadLoadOptions.DrawTypeEnum.values()) System.out.println(c);
public static CadLoadOptions.DrawTypeEnum 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 getValue()
public String toString()
toString in class Enum<CadLoadOptions.DrawTypeEnum>public static CadLoadOptions.DrawTypeEnum fromValue(String text)
Copyright © 2025. All rights reserved.