|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| 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.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 |
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.MODIFIED
Property describing when the resource was last modified |
static IPropertyName |
PropertyName.MODIFIEDBY
Property describing who modified the resource last |
static IPropertyName |
PropertyName.COLLECTION
Property describing whether or not the resource is a collection |
static IPropertyName |
PropertyName.LINKTYPE
Property describing of which link type a resource is (see namespace for link type ids) |
static IPropertyName |
PropertyName.READONLY
Property describing whether or not the resource is read only |
static IPropertyName |
PropertyName.HIDDEN
Property describing whether or not the resource is hidden |
static IPropertyName |
PropertyName.DISPLAYNAME
Property describing the display name of the resource |
static IPropertyName |
PropertyName.DESCRIPTION
Property describing the resource itself |
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.CONTENTENCODING
Property describing the content encoding of the resource |
static IPropertyName |
PropertyName.CONTENTLANGUAGE
Property describing the content language of the resource |
static IPropertyName |
PropertyName.ETAG
Property describing an entity tag reflecting the HTTP entity tag for the unfiltered content of this resource. |
protected IPropertyName |
AbstractProperty.name
|
| Methods in com.sap.netweaver.bc.rf.common.property that return IPropertyName | |
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(java.lang.String fullName)
Get property name (all property names are cached for performance reasons and indexed by their full name). |
static IPropertyName |
PropertyName.getPropertyName(java.lang.String namespace,
java.lang.String localName)
Get property name (all property names are cached for performance reasons and indexed by their full name). |
IPropertyName |
AbstractPropertyException.getPropertyName()
Get name of the property that caused the exception. |
IPropertyName |
PropertyRemoveDescriptor.getPropertyName()
Get property name to be removed from the resource. |
IPropertyName |
IProperty.getPropertyName()
Get immutable name of this property. |
IPropertyName |
AbstractProperty.getPropertyName()
Get immutable name of this property. |
| Constructors in com.sap.netweaver.bc.rf.common.property with parameters of type IPropertyName | |
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,
java.lang.Throwable rootCause)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.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,
java.lang.Throwable rootCause)
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,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
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,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.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,
java.lang.Throwable rootCause)
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,
java.lang.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,
java.lang.Throwable rootCause)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.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,
java.lang.Throwable rootCause)
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,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
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,
java.lang.Throwable rootCause)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.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,
java.lang.Throwable rootCause)
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,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyRemoveDescriptor(IPropertyName propertyName)
Construct property remove operation. |
|
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,
java.lang.Throwable rootCause)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.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,
java.lang.Throwable rootCause)
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,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
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,
java.lang.Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.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,
java.lang.Throwable rootCause)
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,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
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,
java.lang.Throwable rootCause)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.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,
java.lang.Throwable rootCause)
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,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
AbstractProperty(IPropertyName name,
java.util.Properties attributes,
int flags,
ResourceBundles resourceBundles)
Construct property instance based on its internals. |
|
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,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.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,
java.lang.Throwable rootCause)
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,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
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,
java.lang.Throwable rootCause)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.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,
java.lang.Throwable rootCause)
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,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
| 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,
java.util.Properties attributes)
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,
java.util.Properties attributes,
int flags)
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. |
|
MutableBooleanMultiValueProperty(IPropertyName name,
boolean[] values)
Construct property instance based on its internals. |
|
MutableBooleanMultiValueProperty(IPropertyName name,
boolean[] values,
java.util.Properties attributes)
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,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
BooleanSingleValueProperty(IPropertyName name,
boolean value)
Construct property instance based on its internals. |
|
BooleanSingleValueProperty(IPropertyName name,
boolean value,
java.util.Properties attributes)
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,
java.util.Properties attributes,
int flags)
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. |
|
MutableBooleanSingleValueProperty(IPropertyName name,
boolean value)
Construct property instance based on its internals. |
|
MutableBooleanSingleValueProperty(IPropertyName name,
boolean value,
java.util.Properties attributes)
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,
java.util.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 | |
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 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,
java.util.Properties attributes)
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,
java.util.Properties attributes,
int flags)
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. |
|
MutableIntMultiValueProperty(IPropertyName name,
int[] values)
Construct property instance based on its internals. |
|
MutableIntMultiValueProperty(IPropertyName name,
int[] values,
java.util.Properties attributes)
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,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
IntSingleValueProperty(IPropertyName name,
int value)
Construct property instance based on its internals. |
|
IntSingleValueProperty(IPropertyName name,
int value,
java.util.Properties attributes)
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,
java.util.Properties attributes,
int flags)
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. |
|
MutableIntSingleValueProperty(IPropertyName name,
int value)
Construct property instance based on its internals. |
|
MutableIntSingleValueProperty(IPropertyName name,
int value,
java.util.Properties attributes)
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,
java.util.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,
java.util.Properties attributes)
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,
java.util.Properties attributes,
int flags)
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)
Construct property instance based on its internals. |
|
LongSingleValueProperty(IPropertyName name,
long value,
java.util.Properties attributes)
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,
java.util.Properties attributes,
int flags)
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. |
|
MutableLongSingleValueProperty(IPropertyName name,
long value)
Construct property instance based on its internals. |
|
MutableLongSingleValueProperty(IPropertyName name,
long value,
java.util.Properties attributes)
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,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
MutableLongMultiValueProperty(IPropertyName name,
long[] values)
Construct property instance based on its internals. |
|
MutableLongMultiValueProperty(IPropertyName name,
long[] values,
java.util.Properties attributes)
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,
java.util.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 | |
StringMultiValueProperty(IPropertyName name,
java.lang.String[] values)
Construct property instance based on its internals. |
|
StringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
StringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
int flags)
Construct property instance based on its internals. |
|
StringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags)
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. |
|
MutableStringMultiValueProperty(IPropertyName name,
java.lang.String[] values)
Construct property instance based on its internals. |
|
MutableStringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableStringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
int flags)
Construct property instance based on its internals. |
|
MutableStringMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
java.lang.String value)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
java.lang.String value,
int flags)
Construct property instance based on its internals. |
|
StringSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags)
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. |
|
MutableStringSingleValueProperty(IPropertyName name,
java.lang.String value)
Construct property instance based on its internals. |
|
MutableStringSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableStringSingleValueProperty(IPropertyName name,
java.lang.String value,
int flags)
Construct property instance based on its internals. |
|
MutableStringSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags)
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 | |
XmlMultiValueProperty(IPropertyName name,
java.lang.String[] values)
Construct property instance based on its internals. |
|
XmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
XmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
int flags)
Construct property instance based on its internals. |
|
XmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags)
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. |
|
XmlSingleValueProperty(IPropertyName name,
java.lang.String value)
Construct property instance based on its internals. |
|
XmlSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
XmlSingleValueProperty(IPropertyName name,
java.lang.String value,
int flags)
Construct property instance based on its internals. |
|
XmlSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags)
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. |
|
MutableXmlSingleValueProperty(IPropertyName name,
java.lang.String value)
Construct property instance based on its internals. |
|
MutableXmlSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableXmlSingleValueProperty(IPropertyName name,
java.lang.String value,
int flags)
Construct property instance based on its internals. |
|
MutableXmlSingleValueProperty(IPropertyName name,
java.lang.String value,
java.util.Properties attributes,
int flags)
Construct property instance based on its internals. |
|
MutableXmlMultiValueProperty(IPropertyName name,
java.lang.String[] values)
Construct property instance based on its internals. |
|
MutableXmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes)
Construct property instance based on its internals. |
|
MutableXmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
int flags)
Construct property instance based on its internals. |
|
MutableXmlMultiValueProperty(IPropertyName name,
java.lang.String[] values,
java.util.Properties attributes,
int flags)
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 | |
IProperty |
IPropertyManager.getProperty(IResourceHandle resourceHandle,
IPropertyName propertyName)
Get single property of a single resource handle. |
java.util.Map |
IPropertyManager.getProperties(java.util.List resourceHandles,
IPropertyName propertyName)
Get single property of a list of resource handles. |
| 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,
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 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 | |
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 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,
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 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,
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 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 | |
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 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 | |
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. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||