public enum CfgTypeMask extends java.lang.Enum<CfgTypeMask>
Enum Constant | Description |
---|---|
Alias |
|
Attribute |
|
BriefInfo |
|
Class |
|
Delta |
|
Enum |
|
Flag |
|
Group |
|
Integer |
|
KvList |
|
Link |
|
List |
|
None |
|
Object |
|
Primitive |
|
Reference |
|
Schema |
|
String |
|
Structure |
|
Time |
Modifier and Type | Method | Description |
---|---|---|
int |
getCfgType() |
|
static CfgTypeMask |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CfgTypeMask[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CfgTypeMask None
public static final CfgTypeMask Class
public static final CfgTypeMask Object
public static final CfgTypeMask Structure
public static final CfgTypeMask Enum
public static final CfgTypeMask Attribute
public static final CfgTypeMask Primitive
public static final CfgTypeMask Reference
public static final CfgTypeMask Flag
public static final CfgTypeMask Integer
public static final CfgTypeMask String
public static final CfgTypeMask Time
public static final CfgTypeMask Link
public static final CfgTypeMask List
public static final CfgTypeMask Delta
public static final CfgTypeMask Alias
public static final CfgTypeMask KvList
public static final CfgTypeMask Group
public static final CfgTypeMask Schema
public static final CfgTypeMask BriefInfo
public static CfgTypeMask[] values()
for (CfgTypeMask c : CfgTypeMask.values()) System.out.println(c);
public static CfgTypeMask valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getCfgType()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.