PropertyType
内容
[
隐藏
]遗产: java.lang.Object
public class PropertyType
指定文档属性的数据类型。
字段
场地 | 描述 |
---|---|
BOOLEAN | 该属性是一个布尔值。 |
BYTE_ARRAY | 该属性是一个字节数组。 |
DATE_TIME | 该属性是一个日期时间值。 |
DOUBLE | 该属性是一个浮点数。 |
NUMBER | 该属性是一个整数。 |
OBJECT_ARRAY | 该属性是一个对象数组。 |
OTHER | 该属性是其他类型。 |
STRING | 该属性是一个字符串值。 |
STRING_ARRAY | 该属性是一个字符串数组。 |
length |
方法
BOOLEAN
public static int BOOLEAN
该属性是一个布尔值。
BYTE_ARRAY
public static int BYTE_ARRAY
该属性是一个字节数组。
DATE_TIME
public static int DATE_TIME
该属性是一个日期时间值。
DOUBLE
public static int DOUBLE
该属性是一个浮点数。
NUMBER
public static int NUMBER
该属性是一个整数。
OBJECT_ARRAY
public static int OBJECT_ARRAY
该属性是一个对象数组。
OTHER
public static int OTHER
该属性是其他类型。
STRING
public static int STRING
该属性是一个字符串值。
STRING_ARRAY
public static int STRING_ARRAY
该属性是一个字符串数组。
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String propertyTypeName)
public static int fromName(String propertyTypeName)
参数:
范围 | 类型 | 描述 |
---|---|---|
propertyTypeName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int propertyType)
public static String getName(int propertyType)
参数:
范围 | 类型 | 描述 |
---|---|---|
propertyType | int |
退货: java.lang.字符串
getValues()
public static int[] getValues()
退货: 整数[]
hashCode()
public native int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
退货: java.lang.字符串
toString(int propertyType)
public static String toString(int propertyType)
参数:
范围 | 类型 | 描述 |
---|---|---|
propertyType | int |
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |