public final class MetadataPropertyType
extends com.aspose.ms.System.Enum
Represents metadata property type inside MetadataProperty
.
Modifier and Type | Field and Description |
---|---|
static int |
Boolean
Represents boolean property.
|
static int |
ByteArray
Represents byte array property.
|
static int |
DateTime
Represents date property.
|
static int |
Double
Represents property with double or float value.
|
static int |
Integer
Represents numeric property.
|
static int |
Long
Represents long integer property.
|
static int |
String
Represents string property.
|
static int |
StringArray
Represents string array property.
|
static int |
TimeSpan
Represents time property.
|
static int |
XmlString
Represents XML string.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int String
Represents string property.
public static final int Boolean
Represents boolean property.
public static final int DateTime
Represents date property.
public static final int TimeSpan
Represents time property.
public static final int Integer
Represents numeric property.
public static final int Long
Represents long integer property.
public static final int Double
Represents property with double or float value.
public static final int StringArray
Represents string array property.
public static final int ByteArray
Represents byte array property.
public static final int XmlString
Represents XML string.
Copyright © 2018. All rights reserved.