Uses of Interface
com.sap.netweaver.bc.rf.common.property.IPropertyName

Packages that use IPropertyName
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 Contains repository framework manager interface for properties. 
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.variant Contains repository framework manager interface for variants. 
 

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

Classes in com.sap.netweaver.bc.rf.common.property that implement IPropertyName
 class PropertyName
          Class implementing a property name.
 

Fields in com.sap.netweaver.bc.rf.common.property declared as IPropertyName
static IPropertyName PropertyName.COLLECTION
          Property describing whether or not the resource is a collection
static IPropertyName PropertyName.CONTENTENCODING
          Property describing the content encoding of the resource
static IPropertyName PropertyName.CONTENTLANGUAGE
          Property describing the content language of the resource
static IPropertyName PropertyName.CONTENTLENGTH
          Property describing the content length of the resource
static IPropertyName PropertyName.CONTENTTYPE
          Property describing the content type of the resource
static IPropertyName PropertyName.CREATED
          Property describing when the resource was created
static IPropertyName PropertyName.CREATEDBY
          Property describing the user who created the resource
static IPropertyName PropertyName.DESCRIPTION
          Property describing the resource itself
static IPropertyName PropertyName.DISPLAYNAME
          Property describing the display name of the resource
static IPropertyName PropertyName.ETAG
          Property describing an entity tag reflecting the HTTP entity tag for the unfiltered content of this resource.
static IPropertyName PropertyName.FOLLOW_LINKS
          The property with this name has the following semantics: If this property is present on a resource, has type boolean and evaluates to FALSE, then pointers from this resource to others should not be followed.
static IPropertyName PropertyName.HIDDEN
          Property describing whether or not the resource is hidden
static IPropertyName PropertyName.INDEX_CONTENT
          The property with this name has the following semantics: If this property is present on a resource, has type boolean and evaluates to FALSE, then the content of this resource is not suitable for indexing.
static IPropertyName PropertyName.LINKTYPE
          Property describing of which link type a resource is (see namespace for link type ids)
static IPropertyName PropertyName.MODIFIED
          Property describing when the resource was last modified
static IPropertyName PropertyName.MODIFIEDBY
          Property describing who modified the resource last
protected  IPropertyName AbstractProperty.name
           
static IPropertyName PropertyName.READONLY
          Property describing whether or not the resource is read only
static IPropertyName PropertyName.RESOURCENAME
          Property describing the repository supplied resource name, i.e. the last RID part
static IPropertyName PropertyName.RESOURCETYPE
          Property describing the repository supplied resource type
 

Methods in com.sap.netweaver.bc.rf.common.property that return IPropertyName
 IPropertyName PropertySetDescriptor.getPropertyName()
           
 IPropertyName PropertyRemoveDescriptor.getPropertyName()
          Get property name to be removed from the resource.
 IPropertyName IPropertyUpdateDescriptor.getPropertyName()
          Get the property name of the property to be modified
 IPropertyName IProperty.getPropertyName()
          Get immutable name of this property.
 IPropertyName AbstractPropertyException.getPropertyName()
          Get name of the property that caused the exception.
 IPropertyName AbstractProperty.getPropertyName()
          Get immutable name of this property.
static IPropertyName PropertyName.getPropertyName(IName name)
          Get property name (all property names are cached for performance reasons and indexed by their full name).
static IPropertyName PropertyName.getPropertyName(String fullName)
          Get property name (all property names are cached for performance reasons and indexed by their full name).
static IPropertyName PropertyName.getPropertyName(String namespace, String localName)
          Get property name (all property names are cached for performance reasons and indexed by their full name).
 

Constructors in com.sap.netweaver.bc.rf.common.property with parameters of type IPropertyName
AbstractProperty(IPropertyName name, Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
AbstractPropertyException(IRid rid, IPropertyName propertyName)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceMessage message)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceMessage message, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, String message)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, String message, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, String message, Object[] args)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, String message, Object[] args, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, Throwable rootCause)
          Construct object of class AbstractPropertyException.
AbstractPropertyException(IRid rid, IPropertyName propertyName, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class AbstractPropertyException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceMessage message)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceMessage message, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, String message)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, String message, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, String message, Object[] args)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, String message, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, Throwable rootCause)
          Construct object of class PropertyMandatoryException.
PropertyMandatoryException(IRid rid, IPropertyName propertyName, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyMandatoryException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceMessage message)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceMessage message, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, String message)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, String message, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, String message, Object[] args)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, String message, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, Throwable rootCause)
          Construct object of class PropertyNameInvalidException.
PropertyNameInvalidException(IRid rid, IPropertyName propertyName, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameInvalidException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceAccessor resourceAccessor, String key)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceAccessor resourceAccessor, String key, Object[] args)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceAccessor resourceAccessor, String key, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceAccessor resourceAccessor, String key, Throwable rootCause)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceAccessor resourceAccessor, String key, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceMessage message)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceMessage message, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceMessage message, Throwable rootCause)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, ResourceMessage message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, String message)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, String message, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, String message, Object[] args)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, String message, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, String message, Object[] args, Throwable rootCause)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, String message, Throwable rootCause)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, String message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, Throwable rootCause)
          Construct object of class PropertyNameTooLongException.
PropertyNameTooLongException(IRid rid, IPropertyName propertyName, int namespaceMaxLength, int localNameMaxLength, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameTooLongException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceMessage message)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceMessage message, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, String message)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, String message, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, String message, Object[] args)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, String message, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, Throwable rootCause)
          Construct object of class PropertyNameUnassignableException.
PropertyNameUnassignableException(IRid rid, IPropertyName propertyName, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyNameUnassignableException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceMessage message)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceMessage message, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, String message)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, String message, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, String message, Object[] args)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, String message, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, Throwable rootCause)
          Construct object of class PropertyReadOnlyException.
PropertyReadOnlyException(IRid rid, IPropertyName propertyName, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyReadOnlyException.
PropertyRemoveDescriptor(IPropertyName propertyName)
          Construct property remove operation.
PropertyTypeLostException(IRid rid, IPropertyName propertyName)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceMessage message)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceMessage message, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, String message)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, String message, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, String message, Object[] args)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, String message, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, Throwable rootCause)
          Construct object of class PropertyTypeLostException.
PropertyTypeLostException(IRid rid, IPropertyName propertyName, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeLostException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceAccessor resourceAccessor, String key, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceMessage message)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceMessage message, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, ResourceMessage message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, String message)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, String message, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, String message, Object[] args)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, String message, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, String message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, Throwable rootCause)
          Construct object of class PropertyTypeMismatchException.
PropertyTypeMismatchException(IRid rid, IPropertyName propertyName, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyTypeMismatchException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceAccessor resourceAccessor, String key)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceAccessor resourceAccessor, String key, Object[] args)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceAccessor resourceAccessor, String key, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceAccessor resourceAccessor, String key, Throwable rootCause)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceAccessor resourceAccessor, String key, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceMessage message)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceMessage message, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceMessage message, Throwable rootCause)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, ResourceMessage message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, String message)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, String message, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, String message, Object[] args)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, String message, Object[] args, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, String message, Object[] args, Throwable rootCause)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, String message, Throwable rootCause)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, String message, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, Throwable rootCause)
          Construct object of class PropertyValueOutOfBoundsException.
PropertyValueOutOfBoundsException(IRid rid, IPropertyName propertyName, long valueBounds, Throwable rootCause, boolean logExceptionOnCreation)
          Construct object of class PropertyValueOutOfBoundsException.
 

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

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

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

Constructors in com.sap.netweaver.bc.rf.common.property.datetype with parameters of type IPropertyName
DateMultiValueProperty(PropertyType propertyType, IPropertyName name, Date[] values)
          Construct property instance based on its internals.
DateMultiValueProperty(PropertyType propertyType, IPropertyName name, Date[] values, int flags)
          Construct property instance based on its internals.
DateMultiValueProperty(PropertyType propertyType, IPropertyName name, Date[] values, Properties attributes)
          Construct property instance based on its internals.
DateMultiValueProperty(PropertyType propertyType, IPropertyName name, Date[] values, Properties attributes, int flags)
          Construct property instance based on its internals.
DateMultiValueProperty(PropertyType propertyType, IPropertyName name, Date[] values, Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
DateSingleValueProperty(PropertyType propertyType, IPropertyName name, Date value)
          Construct property instance based on its internals.
DateSingleValueProperty(PropertyType propertyType, IPropertyName name, Date value, int flags)
          Construct property instance based on its internals.
DateSingleValueProperty(PropertyType propertyType, IPropertyName name, Date value, Properties attributes)
          Construct property instance based on its internals.
DateSingleValueProperty(PropertyType propertyType, IPropertyName name, Date value, Properties attributes, int flags)
          Construct property instance based on its internals.
DateSingleValueProperty(PropertyType propertyType, IPropertyName name, Date value, Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
MutableDateMultiValueProperty(PropertyType propertyType, IPropertyName name, Date[] values)
          Construct property instance based on its internals.
MutableDateMultiValueProperty(PropertyType propertyType, IPropertyName name, Date[] values, int flags)
          Construct property instance based on its internals.
MutableDateMultiValueProperty(PropertyType propertyType, IPropertyName name, Date[] values, Properties attributes)
          Construct property instance based on its internals.
MutableDateMultiValueProperty(PropertyType propertyType, IPropertyName name, Date[] values, Properties attributes, int flags)
          Construct property instance based on its internals.
MutableDateSingleValueProperty(PropertyType propertyType, IPropertyName name, Date value)
          Construct property instance based on its internals.
MutableDateSingleValueProperty(PropertyType propertyType, IPropertyName name, Date value, int flags)
          Construct property instance based on its internals.
MutableDateSingleValueProperty(PropertyType propertyType, IPropertyName name, Date value, Properties attributes)
          Construct property instance based on its internals.
MutableDateSingleValueProperty(PropertyType propertyType, IPropertyName name, Date value, Properties attributes, int flags)
          Construct property instance based on its internals.
 

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

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

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

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

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

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

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

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

Uses of IPropertyName in com.sap.netweaver.bc.rf.mi.property
 

Methods in com.sap.netweaver.bc.rf.mi.property with parameters of type IPropertyName
 Map IPropertyManager.getProperties(List resourceHandles, IPropertyName propertyName)
          Get single property of a list of resource handles.
 IProperty IPropertyManager.getProperty(IResourceHandle resourceHandle, IPropertyName propertyName)
          Get single property of a single resource handle.
 

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

Constructors in com.sap.netweaver.bc.rf.mi.property.booleantype with parameters of type IPropertyName
BooleanMultiValueProperty(IPropertyName name, boolean[] values, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
BooleanMultiValueProperty(IPropertyName name, boolean[] values, 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, Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

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

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

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

Constructors in com.sap.netweaver.bc.rf.mi.property.inttype with parameters of type IPropertyName
IntMultiValueProperty(IPropertyName name, int[] values, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
IntMultiValueProperty(IPropertyName name, int[] values, 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, Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

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

Constructors in com.sap.netweaver.bc.rf.mi.property.longtype with parameters of type IPropertyName
LongMultiValueProperty(IPropertyName name, long[] values, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
LongMultiValueProperty(IPropertyName name, long[] values, 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, Properties attributes, int flags, ResourceBundles resourceBundles)
          Construct property instance based on its internals.
 

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

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

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

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

Uses of IPropertyName in com.sap.netweaver.bc.rf.mi.variant
 

Methods in com.sap.netweaver.bc.rf.mi.variant with parameters of type IPropertyName
 IProperty IVariantManager.getInvariantProperty(IResourceHandle logicalResourceHandle, IPropertyName propertyName)
          Returns the specified invariant property or null if it does not exist.
 PropertyType IVariantManagerContextInfo.getType(IPropertyName name)
          Returns the type of the property or null if the name is unknown.
 Object[] IVariantManagerContextInfo.getValues(IPropertyName name)
          Returns an array of allowed values or null if the name is unknown.
 Object[] IVariantManagerContextInfo.getValuesSubSet(IPropertyName name, Map otherPropertyValues)
          Returns an array containing a subset of allowed values.
 boolean IVariantManagerContextInfo.hasProperty(IPropertyName name)
          Returns true if meta informtion exists for the given property name.
 



Copyright 2012 SAP AG Complete Copyright Notice