public static enum MaapiSchemas.CSShallowType extends Enum<MaapiSchemas.CSShallowType>
Enum Constant and Description |
---|
C_BINARY
confd_buf_t (binary ...)
|
C_BIT32
u_int32_t (bits size 32)
|
C_BIT64
u_int64_t (bits size 64)
|
C_BOOL
int (boolean)
|
C_BUF
confd_buf_t (string ...)
|
C_CDBBEGIN
as C_XMLBEGIN), with CDB instance index
|
C_DATE
struct confd_date (xs:date)
|
C_DATETIME
struct confd_datetime
|
C_DECIMAL64
struct confd_decimal64 (decimal64)
|
C_DEFAULT
default value indicator
|
C_DOUBLE
double (xs:float),xs:double)
|
C_DURATION
struct confd_duration (xs:duration)
|
C_ENUM_HASH
u_int32_t (string enumerations)
|
C_GDAY
struct confd_gDay (xs:gDay)
|
C_GMONTH
struct confd_gMonthDay (xs:gMonth)
|
C_GMONTHDAY
struct confd_gMonth (xs:gMonthDay)
|
C_GYEAR
struct confd_gYear (xs:gYear)
|
C_GYEARMONTH
struct confd_gYearMonth (xs:gYearMonth)
|
C_IDENTITYREF
struct confd_identityref (identityref)
|
C_INT16
int16_t (int16)
|
C_INT32
int32_t (int32)
|
C_INT64
int64_t (int64)
|
C_INT8
int8_t (int8)
|
C_IPV4
struct in_addr in NBO
|
C_IPV4PREFIX
struct confd_ipv4_prefix
|
C_IPV6
struct in6_addr in NBO
|
C_IPV6PREFIX
struct confd_ipv6_prefix
|
C_LIST
confd_list (leaf-list)
|
C_NOEXISTS
end marker
|
C_OBJECTREF
struct confd_hkeypath*
|
C_OID
struct confd_snmp_oid*
|
C_PTR
see cdb_get_values in confd_lib_cdb(3)
|
C_QNAME
struct confd_qname (xs:QName)
|
C_STR
NUL-terminated strings
|
C_SYMBOL
not yet used
|
C_TIME
struct confd_time (xs:time)
|
C_UINT16
u_int16_t (uint16)
|
C_UINT32
u_int32_t (uint32)
|
C_UINT64
u_int64_t (uint64)
|
C_UINT8
u_int8_t (uint8)
|
C_UNION
(union) - not used in API
|
C_XMLBEGIN
struct xml_tag), start of container
|
C_XMLBEGINDEL
as C_XMLBEGIN, but for a deleted list instance
|
C_XMLEND
struct xml_tag), end of container
|
C_XMLTAG
struct xml_tag
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static MaapiSchemas.CSShallowType |
toEnum(int shallowType) |
static MaapiSchemas.CSShallowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaapiSchemas.CSShallowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaapiSchemas.CSShallowType C_BINARY
public static final MaapiSchemas.CSShallowType C_BIT32
public static final MaapiSchemas.CSShallowType C_BIT64
public static final MaapiSchemas.CSShallowType C_BOOL
public static final MaapiSchemas.CSShallowType C_BUF
public static final MaapiSchemas.CSShallowType C_CDBBEGIN
public static final MaapiSchemas.CSShallowType C_DATE
public static final MaapiSchemas.CSShallowType C_DATETIME
public static final MaapiSchemas.CSShallowType C_DECIMAL64
public static final MaapiSchemas.CSShallowType C_DEFAULT
public static final MaapiSchemas.CSShallowType C_DOUBLE
public static final MaapiSchemas.CSShallowType C_DURATION
public static final MaapiSchemas.CSShallowType C_ENUM_HASH
public static final MaapiSchemas.CSShallowType C_GDAY
public static final MaapiSchemas.CSShallowType C_GMONTH
public static final MaapiSchemas.CSShallowType C_GMONTHDAY
public static final MaapiSchemas.CSShallowType C_GYEAR
public static final MaapiSchemas.CSShallowType C_GYEARMONTH
public static final MaapiSchemas.CSShallowType C_IDENTITYREF
public static final MaapiSchemas.CSShallowType C_INT16
public static final MaapiSchemas.CSShallowType C_INT32
public static final MaapiSchemas.CSShallowType C_INT64
public static final MaapiSchemas.CSShallowType C_INT8
public static final MaapiSchemas.CSShallowType C_IPV4
public static final MaapiSchemas.CSShallowType C_IPV4PREFIX
public static final MaapiSchemas.CSShallowType C_IPV6
public static final MaapiSchemas.CSShallowType C_IPV6PREFIX
public static final MaapiSchemas.CSShallowType C_LIST
public static final MaapiSchemas.CSShallowType C_NOEXISTS
public static final MaapiSchemas.CSShallowType C_OBJECTREF
public static final MaapiSchemas.CSShallowType C_OID
public static final MaapiSchemas.CSShallowType C_PTR
public static final MaapiSchemas.CSShallowType C_QNAME
public static final MaapiSchemas.CSShallowType C_STR
public static final MaapiSchemas.CSShallowType C_SYMBOL
public static final MaapiSchemas.CSShallowType C_TIME
public static final MaapiSchemas.CSShallowType C_UINT16
public static final MaapiSchemas.CSShallowType C_UINT32
public static final MaapiSchemas.CSShallowType C_UINT64
public static final MaapiSchemas.CSShallowType C_UINT8
public static final MaapiSchemas.CSShallowType C_UNION
public static final MaapiSchemas.CSShallowType C_XMLBEGIN
public static final MaapiSchemas.CSShallowType C_XMLBEGINDEL
public static final MaapiSchemas.CSShallowType C_XMLEND
public static final MaapiSchemas.CSShallowType C_XMLTAG
public int getValue()
public static MaapiSchemas.CSShallowType toEnum(int shallowType)
public static MaapiSchemas.CSShallowType 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 static MaapiSchemas.CSShallowType[] values()
for (MaapiSchemas.CSShallowType c : MaapiSchemas.CSShallowType.values()) System.out.println(c);