public enum RMFilteredPropertyType extends java.lang.Enum<RMFilteredPropertyType>
RMPropertyFilter
or RMFilterElement
instance.RMFilterElement
,
RMPropertyFilter
Enum Constant and Description |
---|
Any
Indicates all properties.
|
AnyList
Indicates all properties with cardinality of
List . |
AnyNonObject
Indicates all properties whose data type is a non-object type.
|
AnySingleton
Indicates all properties with cardinality of
Single . |
ContentData
Indicates any property associated with content.
|
EnumOfObject
Indicates all properties with cardinality of
Enumeration . |
ListOfBinary
Indicates all properties that are of multi-valued
byte[] data type. |
ListOfBoolean
Indicates all properties that are of multi-valued
Boolean data type. |
ListOfDate
Indicates all properties that are of multi-valued
Date data type. |
ListOfDouble
Indicates all properties that are of multi-valued
Double data type. |
ListOfId
Indicates all properties that are of multi-valued
Guid data type. |
ListOfLong
Indicates all properties that are of multi-valued
Long data type. |
ListOfObject
Indicates all properties that are of multi-valued
Object data type. |
ListOfString
Indicates all properties that are of multi-valued
String data type. |
SingletonBinary
Indicates all properties that are of single-valued
byte[] data type. |
SingletonBoolean
Indicates all properties that are of single-valued
Boolean data type. |
SingletonDate
Indicates all properties that are of single-valued
Date data type. |
SingletonDouble
Indicates all properties that are of single-valued
Double data type. |
SingletonId
Indicates all properties that are of single-valued
Guid data type. |
SingletonLong
Indicates all properties that are of single-valued
Long data type. |
SingletonObject
Indicates all properties that are of single-valued
Object data type. |
SingletonString
Indicates all properties that are of single-valued
String data type. |
Modifier and Type | Method and Description |
---|---|
int |
getIntValue()
Provides the
int constant value for the RMFilteredPropertyType member. |
static RMFilteredPropertyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RMFilteredPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RMFilteredPropertyType Any
public static final RMFilteredPropertyType AnyList
List
.public static final RMFilteredPropertyType AnyNonObject
public static final RMFilteredPropertyType AnySingleton
Single
.public static final RMFilteredPropertyType ContentData
public static final RMFilteredPropertyType EnumOfObject
Enumeration
.public static final RMFilteredPropertyType ListOfBinary
byte[]
data type.public static final RMFilteredPropertyType ListOfBoolean
Boolean
data type.public static final RMFilteredPropertyType ListOfDate
Date
data type.public static final RMFilteredPropertyType ListOfDouble
Double
data type.public static final RMFilteredPropertyType ListOfId
Guid
data type.public static final RMFilteredPropertyType ListOfLong
Long
data type.public static final RMFilteredPropertyType ListOfObject
Object
data type.public static final RMFilteredPropertyType ListOfString
String
data type.public static final RMFilteredPropertyType SingletonBinary
byte[]
data type.public static final RMFilteredPropertyType SingletonBoolean
Boolean
data type.public static final RMFilteredPropertyType SingletonDate
Date
data type.public static final RMFilteredPropertyType SingletonDouble
Double
data type.public static final RMFilteredPropertyType SingletonId
Guid
data type.public static final RMFilteredPropertyType SingletonLong
Long
data type.public static final RMFilteredPropertyType SingletonObject
Object
data type.public static final RMFilteredPropertyType SingletonString
String
data type.public static RMFilteredPropertyType[] values()
for (RMFilteredPropertyType c : RMFilteredPropertyType.values()) System.out.println(c);
public static RMFilteredPropertyType 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 getIntValue()
int
constant value for the RMFilteredPropertyType
member.int
value.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.