public enum CadAcdsTypeName extends Enum<CadAcdsTypeName>
Contains Acds names
| Enum Constant and Description |
|---|
ACDSDATA
The ACDSDATA object
|
ACDSRECORD
The ACDSRECORD object
|
ACDSSCHEMA
The ACDSSCHEMA object
|
NONE
NONE - default type
|
| Modifier and Type | Method and Description |
|---|---|
static CadAcdsTypeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CadAcdsTypeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CadAcdsTypeName NONE
NONE - default type
public static final CadAcdsTypeName ACDSDATA
The ACDSDATA object
public static final CadAcdsTypeName ACDSSCHEMA
The ACDSSCHEMA object
public static final CadAcdsTypeName ACDSRECORD
The ACDSRECORD object
public static CadAcdsTypeName[] values()
for (CadAcdsTypeName c : CadAcdsTypeName.values()) System.out.println(c);
public static CadAcdsTypeName 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 nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.