|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyType | |
| com.sap.netweaver.bc.rf.common.property | Contains repository framework common interface for properties. |
| com.sap.netweaver.bc.rf.common.property.booleantype | Contains repository framework common interface for boolean properties. |
| com.sap.netweaver.bc.rf.common.property.datetype | Contains repository framework common interface for date properties. |
| com.sap.netweaver.bc.rf.common.property.inttype | Contains repository framework common interface for integer properties. |
| com.sap.netweaver.bc.rf.common.property.longtype | Contains repository framework common interface for long properties. |
| com.sap.netweaver.bc.rf.common.property.stringtype | Contains repository framework common interface for string properties. |
| com.sap.netweaver.bc.rf.common.property.xmltype | Contains repository framework common interface for xml properties. |
| com.sap.netweaver.bc.rf.mi.property.datetype | Contains repository framework manager interface for date properties. |
| Uses of PropertyType in com.sap.netweaver.bc.rf.common.property |
| Fields in com.sap.netweaver.bc.rf.common.property declared as PropertyType | |
static PropertyType |
PropertyType.STRING
|
static PropertyType |
PropertyType.INT
|
static PropertyType |
PropertyType.LONG
|
static PropertyType |
PropertyType.DATEONLY
|
static PropertyType |
PropertyType.TIMEONLY
|
static PropertyType |
PropertyType.DATETIME
|
static PropertyType |
PropertyType.BOOLEAN
|
static PropertyType |
PropertyType.XML
|
| Methods in com.sap.netweaver.bc.rf.common.property that return PropertyType | |
PropertyType |
IProperty.getType()
Get immutable type of this property. |
| Uses of PropertyType in com.sap.netweaver.bc.rf.common.property.booleantype |
| Methods in com.sap.netweaver.bc.rf.common.property.booleantype that return PropertyType | |
PropertyType |
BooleanMultiValueProperty.getType()
Get immutable type of this property. |
PropertyType |
BooleanSingleValueProperty.getType()
Get immutable type of this property. |
| Uses of PropertyType in com.sap.netweaver.bc.rf.common.property.datetype |
| Fields in com.sap.netweaver.bc.rf.common.property.datetype declared as PropertyType | |
protected PropertyType |
DateSingleValueProperty.propertyType
|
protected PropertyType |
DateMultiValueProperty.propertyType
|
| Methods in com.sap.netweaver.bc.rf.common.property.datetype that return PropertyType | |
PropertyType |
DateSingleValueProperty.getType()
Get immutable type of this property. |
PropertyType |
DateMultiValueProperty.getType()
Get immutable type of this property. |
| Constructors in com.sap.netweaver.bc.rf.common.property.datetype with parameters of type PropertyType | |
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
int flags)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableDateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value)
Construct property instance based on its internals. |
|
MutableDateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableDateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
int flags)
Construct property instance based on its internals. |
|
MutableDateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
int flags)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
MutableDateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values)
Construct property instance based on its internals. |
|
MutableDateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableDateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
int flags)
Construct property instance based on its internals. |
|
MutableDateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
| Uses of PropertyType in com.sap.netweaver.bc.rf.common.property.inttype |
| Methods in com.sap.netweaver.bc.rf.common.property.inttype that return PropertyType | |
PropertyType |
IntMultiValueProperty.getType()
Get immutable type of this property. |
PropertyType |
IntSingleValueProperty.getType()
Get immutable type of this property. |
| Uses of PropertyType in com.sap.netweaver.bc.rf.common.property.longtype |
| Methods in com.sap.netweaver.bc.rf.common.property.longtype that return PropertyType | |
PropertyType |
LongMultiValueProperty.getType()
Get immutable type of this property. |
PropertyType |
LongSingleValueProperty.getType()
Get immutable type of this property. |
| Uses of PropertyType in com.sap.netweaver.bc.rf.common.property.stringtype |
| Methods in com.sap.netweaver.bc.rf.common.property.stringtype that return PropertyType | |
PropertyType |
StringMultiValueProperty.getType()
Get immutable type of this property. |
PropertyType |
StringSingleValueProperty.getType()
Get immutable type of this property. |
| Uses of PropertyType in com.sap.netweaver.bc.rf.common.property.xmltype |
| Methods in com.sap.netweaver.bc.rf.common.property.xmltype that return PropertyType | |
PropertyType |
XmlMultiValueProperty.getType()
Get immutable type of this property. |
PropertyType |
XmlSingleValueProperty.getType()
Get immutable type of this property. |
| Uses of PropertyType in com.sap.netweaver.bc.rf.mi.property.datetype |
| Constructors in com.sap.netweaver.bc.rf.mi.property.datetype with parameters of type PropertyType | |
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
long value,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateSingleValueProperty(PropertyType propertyType,
IPropertyName name,
long value,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
java.util.Date[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
long[] values,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
DateMultiValueProperty(PropertyType propertyType,
IPropertyName name,
long[] values,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||