SAP NetWeaver '04

Uses of Class
com.sap.netweaver.bc.rf.common.property.PropertyType

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

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.