SAP NetWeaver '04

Uses of Class
com.sap.netweaver.bc.rf.util.resource.ResourceBundles

Packages that use ResourceBundles
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.common.security Contains repository framework common interface for security.  
com.sap.netweaver.bc.rf.mi.property.booleantype Contains repository framework manager interface for boolean properties.  
com.sap.netweaver.bc.rf.mi.property.datetype Contains repository framework manager interface for date properties.  
com.sap.netweaver.bc.rf.mi.property.inttype Contains repository framework manager interface for integer properties.  
com.sap.netweaver.bc.rf.mi.property.longtype Contains repository framework manager interface for long properties.  
com.sap.netweaver.bc.rf.mi.property.stringtype Contains repository framework manager interface for string properties.  
com.sap.netweaver.bc.rf.mi.property.xmltype Contains repository framework manager interface for xml properties.  
com.sap.netweaver.bc.rf.mi.security Contains repository framework manager interface for security.  
com.sap.netweaver.bc.rf.util.resource Contains resource bundle helper classes.  
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.common.property
 

Fields in com.sap.netweaver.bc.rf.common.property declared as ResourceBundles
protected  ResourceBundles AbstractProperty.resourceBundles
           
 

Constructors in com.sap.netweaver.bc.rf.common.property with parameters of type ResourceBundles
AbstractProperty(IPropertyName name, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.common.property.booleantype
 

Constructors in com.sap.netweaver.bc.rf.common.property.booleantype with parameters of type ResourceBundles
BooleanMultiValueProperty(IPropertyName name, boolean[] values, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
BooleanSingleValueProperty(IPropertyName name, boolean value, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.common.property.datetype
 

Constructors in com.sap.netweaver.bc.rf.common.property.datetype with parameters of type ResourceBundles
DateSingleValueProperty(PropertyType propertyType, IPropertyName name, java.util.Date 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, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.common.property.inttype
 

Constructors in com.sap.netweaver.bc.rf.common.property.inttype with parameters of type ResourceBundles
IntMultiValueProperty(IPropertyName name, int[] values, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
IntSingleValueProperty(IPropertyName name, int value, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.common.property.longtype
 

Constructors in com.sap.netweaver.bc.rf.common.property.longtype with parameters of type ResourceBundles
LongMultiValueProperty(IPropertyName name, long[] values, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
LongSingleValueProperty(IPropertyName name, long value, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.common.property.stringtype
 

Constructors in com.sap.netweaver.bc.rf.common.property.stringtype with parameters of type ResourceBundles
StringMultiValueProperty(IPropertyName name, java.lang.String[] values, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
StringSingleValueProperty(IPropertyName name, java.lang.String value, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.common.property.xmltype
 

Constructors in com.sap.netweaver.bc.rf.common.property.xmltype with parameters of type ResourceBundles
XmlMultiValueProperty(IPropertyName name, java.lang.String[] values, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
XmlSingleValueProperty(IPropertyName name, java.lang.String value, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.common.security
 

Constructors in com.sap.netweaver.bc.rf.common.security with parameters of type ResourceBundles
Permission(java.lang.String fullName, ResourceBundles resourceBundles)
          Construct object of class Permission.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.mi.property.booleantype
 

Constructors in com.sap.netweaver.bc.rf.mi.property.booleantype with parameters of type ResourceBundles
BooleanMultiValueProperty(IPropertyName name, boolean[] values, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
BooleanMultiValueProperty(IPropertyName name, boolean[] values, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
BooleanSingleValueProperty(IPropertyName name, boolean value, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
BooleanSingleValueProperty(IPropertyName name, boolean value, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.mi.property.datetype
 

Constructors in com.sap.netweaver.bc.rf.mi.property.datetype with parameters of type ResourceBundles
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.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.mi.property.inttype
 

Constructors in com.sap.netweaver.bc.rf.mi.property.inttype with parameters of type ResourceBundles
IntMultiValueProperty(IPropertyName name, int[] values, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
IntMultiValueProperty(IPropertyName name, int[] values, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
IntSingleValueProperty(IPropertyName name, int value, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
IntSingleValueProperty(IPropertyName name, int value, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.mi.property.longtype
 

Constructors in com.sap.netweaver.bc.rf.mi.property.longtype with parameters of type ResourceBundles
LongMultiValueProperty(IPropertyName name, long[] values, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
LongMultiValueProperty(IPropertyName name, long[] values, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
LongSingleValueProperty(IPropertyName name, long value, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
LongSingleValueProperty(IPropertyName name, long value, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.mi.property.stringtype
 

Constructors in com.sap.netweaver.bc.rf.mi.property.stringtype with parameters of type ResourceBundles
StringSingleValueProperty(IPropertyName name, java.lang.String value, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
StringSingleValueProperty(IPropertyName name, java.lang.String value, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
StringMultiValueProperty(IPropertyName name, java.lang.String[] values, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
StringMultiValueProperty(IPropertyName name, java.lang.String[] values, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.mi.property.xmltype
 

Constructors in com.sap.netweaver.bc.rf.mi.property.xmltype with parameters of type ResourceBundles
XmlSingleValueProperty(IPropertyName name, java.lang.String value, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
XmlSingleValueProperty(IPropertyName name, java.lang.String value, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
XmlMultiValueProperty(IPropertyName name, java.lang.String[] values, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
XmlMultiValueProperty(IPropertyName name, java.lang.String[] values, java.util.Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.mi.security
 

Constructors in com.sap.netweaver.bc.rf.mi.security with parameters of type ResourceBundles
Permission(java.lang.String name, ResourceBundles resourceBundles)
          Construct object of class Permission.
 

Uses of ResourceBundles in com.sap.netweaver.bc.rf.util.resource
 

Methods in com.sap.netweaver.bc.rf.util.resource that return ResourceBundles
static ResourceBundles ResourceBundles.getBundle(java.lang.String baseName)
          Get the bundle attribute of the ResourceBundles class.
 


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.