|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Properties
Represents a collection of Property
values that you can manipulate.
Method Summary | |
---|---|
Property |
get(java.lang.String propertyName)
Returns the Property object specified by name in this
Properties collection. |
BinaryList |
getBinaryListValue(java.lang.String propertyName)
Locates a PropertyBinaryList property by name in this Properties
collection and returns the value it holds. |
byte[] |
getBinaryValue(java.lang.String propertyName)
Locates a PropertyBinary property by name in this Properties
collection and returns the value it holds. |
BooleanList |
getBooleanListValue(java.lang.String propertyName)
Locates a PropertyBooleanList property by name in this Properties
collection and returns the value it holds. |
java.lang.Boolean |
getBooleanValue(java.lang.String propertyName)
Locates a PropertyBoolean property by name in this Properties
collection and returns the value it holds. |
DateTimeList |
getDateTimeListValue(java.lang.String propertyName)
Locates a PropertyDateTimeList property by name in this Properties
collection and returns the value it holds. |
java.util.Date |
getDateTimeValue(java.lang.String propertyName)
Locates a PropertyDateTime property by name in this Properties
collection and returns the value it holds. |
DependentObjectList |
getDependentObjectListValue(java.lang.String propertyName)
Locates a PropertyDependentObjectList property by name in this Properties
collection and returns the value it holds. |
EngineObject |
getEngineObjectValue(java.lang.String propertyName)
Locates a PropertyEngineObject property by name in this Properties
collection and returns the value it holds. |
Float64List |
getFloat64ListValue(java.lang.String propertyName)
Locates a PropertyFloat64List property by name in this Properties
collection and returns the value it holds. |
java.lang.Double |
getFloat64Value(java.lang.String propertyName)
Locates a PropertyFloat64 property by name in this Properties
collection and returns the value it holds. |
IdList |
getIdListValue(java.lang.String propertyName)
Locates a PropertyIdList property by name in this Properties
collection and returns the value it holds. |
Id |
getIdValue(java.lang.String propertyName)
Locates a PropertyId property by name in this Properties
collection and returns the value it holds. |
IndependentObjectSet |
getIndependentObjectSetValue(java.lang.String propertyName)
Locates a PropertyIndependentObjectSet property by name in this Properties
collection and returns the value it holds. |
java.io.InputStream |
getInputStreamValue(java.lang.String propertyName)
Locates a PropertyContent property by name in this Properties
collection and returns the value it holds. |
Integer32List |
getInteger32ListValue(java.lang.String propertyName)
Locates a PropertyInteger32List property by name in this Properties
collection and returns the value it holds. |
java.lang.Integer |
getInteger32Value(java.lang.String propertyName)
Locates a PropertyInteger32 property by name in this Properties
collection and returns the value it holds. |
java.lang.Object |
getObjectValue(java.lang.String propertyName)
Locates a property by name in this Properties collection and returns
the value it holds. |
StringList |
getStringListValue(java.lang.String propertyName)
Locates a PropertyStringList property by name in this Properties
collection and returns the value it holds. |
java.lang.String |
getStringValue(java.lang.String propertyName)
Locates a PropertyString property by name in this Properties
collection and returns the value it holds. |
boolean |
isDirty()
Specifies whether this Properties collection has changed since it
was last saved (true ) or not (false ). |
boolean |
isPropertyPresent(java.lang.String propertyName)
Returns whether this Properties collection holds a Property
instance having the given property name (true ) or not (false ). |
java.util.Iterator |
iterator()
Returns a Java Iterator object that provides methods necessary to
enumerate through a series of elements in a collection. |
void |
putObjectValue(java.lang.String propertyName,
java.lang.Object value)
Creates or updates a Property instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
BinaryList value)
Creates or updates a PropertyBinaryList instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
boolean value)
Creates or updates a PropertyBoolean instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
java.lang.Boolean value)
Creates or updates a PropertyBoolean instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
BooleanList value)
Creates or updates a PropertyBooleanList instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
byte[] value)
Creates or updates a PropertyBinary instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
java.util.Date value)
Creates or updates a PropertyDateTime instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
DateTimeList value)
Creates or updates a PropertyDateTimeList instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
DependentObjectList value)
Creates or updates a PropertyDependentObjectList instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
double value)
Creates or updates a PropertyFloat64 instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
java.lang.Double value)
Creates or updates a PropertyFloat64 instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
EngineObject value)
Creates or updates a PropertyEngineObject instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
Float64List value)
Creates or updates a PropertyFloat64List instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
Id value)
Creates or updates a PropertyId instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
IdList value)
Creates or updates a PropertyIdList instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
IndependentObjectSet value)
Creates or updates a PropertyIndependentObjectSet instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
java.io.InputStream value)
Creates or updates a PropertyContent instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
int value)
Creates or updates a PropertyInteger32 instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
java.lang.Integer value)
Creates or updates a PropertyInteger32 instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
Integer32List value)
Creates or updates a PropertyInteger32List instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
java.lang.String value)
Creates or updates a PropertyString instance in this Properties
collection. |
void |
putValue(java.lang.String propertyName,
StringList value)
Creates or updates a PropertyStringList instance in this Properties
collection. |
void |
removeFromCache(java.lang.String propertyName)
Removes the Property object specified by name from this
Properties collection cache. |
void |
removeFromCache(java.lang.String[] propertyNames)
Removes the Property objects specified by their names in a String
array from this Properties collection cache. |
int |
size()
Returns the number of Property objects in this Properties
collection. |
Property[] |
toArray()
Provides a means of traversing the property instances held in the collection using a positional value. |
Method Detail |
---|
java.util.Iterator iterator()
Iterator
object that provides methods necessary to
enumerate through a series of elements in a collection. There are no guarantees
concerning the order in which the elements are returned.
Iterator
object.int size()
Property
objects in this Properties
collection.
int
specifying the number of elements in the collection.Property get(java.lang.String propertyName)
Property
object specified by name in this
Properties
collection.
propertyName
- A String
specifying a property name.
Property
object.
API_PROPERTY_NOT_IN_CACHE
- if the property cannot be found.boolean isPropertyPresent(java.lang.String propertyName)
Properties
collection holds a Property
instance having the given property name (true
) or not (false
).
propertyName
- A String
specifying a property name.
true
if a property with the given name is found;
otherwise, returns false
.boolean isDirty()
Properties
collection has changed since it
was last saved (true
) or not (false
).
true
if the value of the collection has changed;
otherwise, returns false
.void removeFromCache(java.lang.String propertyName)
Property
object specified by name from this
Properties
collection cache. Note that the Properties
collection
on the server remains unchanged. Properties are only removed from the local
properties cache.
propertyName
- A String
specifying the name of the property to
remove.void removeFromCache(java.lang.String[] propertyNames)
Property
objects specified by their names in a String
array from this Properties
collection cache. Note that the Properties
collection on the server remains unchanged. Properties are only removed from the local
properties cache.
propertyNames
- A String
array specifying the names of the properties
to remove.Property[] toArray()
Property
array containing all of the properties in the
Properties
collection.void putObjectValue(java.lang.String propertyName, java.lang.Object value)
Property
instance in this Properties
collection. The type of Property
created or updated is determined by
the object type of the value
parameter. If a property with the same
name already exists in the collection, its value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- An object
specifying the value of a new or an existing
property.
The following object values are allowed:
Boolean
(PropertyBoolean
value)byte
array (PropertyBinary
value)Date
(PropertyDateTime
value)Double
(PropertyFloat64
value)Id
(PropertyId
value)Integer
(PropertyInteger32
value)String
(PropertyString
value)InputStream
(PropertyContent
value)EngineObject
(PropertyEngineObject
value)ObjectReference
(PropertyEngineObject
value)BinaryList
(PropertyBinaryList
value)BooleanList
(PropertyBooleanList
value)DateTimeList
(PropertyDateTimeList
value)DependentObjectList
(PropertyDependentObjectList
value)Float64List
(PropertyFloat64List
value)IdList
(PropertyIdList
value)IndependentObjectSet
(PropertyIndependentObjectSet
value)Integer32List
(PropertyInteger32List
value)StringList
(PropertyStringList
value)API_UNSUPPORTED_PROPERTY_TYPE
- if the type of object specified by
value
does not have a supported property type or does not match the
property being updated.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, java.lang.String value)
PropertyString
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- A String
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, java.util.Date value)
PropertyDateTime
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- A Date
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, java.lang.Integer value)
PropertyInteger32
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- An Integer
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, int value)
PropertyInteger32
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- An int
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, java.lang.Boolean value)
PropertyBoolean
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- A Boolean
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, boolean value)
PropertyBoolean
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- A boolean
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, java.lang.Double value)
PropertyFloat64
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- A Double
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, double value)
PropertyFloat64
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- A double
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, byte[] value)
PropertyBinary
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- A byte
array specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, Id value)
PropertyId
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- An Id
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, EngineObject value)
PropertyEngineObject
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- An EngineObject
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, DependentObjectList value)
PropertyDependentObjectList
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided; however, if the existing property already
references the same object that is specified by value
, this method
will be ignored.
propertyName
- A String
specifying a property name.value
- A DependentObjectList
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, IndependentObjectSet value)
PropertyIndependentObjectSet
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided; however, if the existing property already
references the same object that is specified by value
, this method
will be ignored.
propertyName
- A String
specifying a property name.value
- An IndependentObjectSet
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, StringList value)
PropertyStringList
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided; however, if the existing property already
references the same object that is specified by value
, this method
will be ignored.
propertyName
- A String
specifying a property name.value
- A StringList
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, BooleanList value)
PropertyBooleanList
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided; however, if the existing property already
references the same object that is specified by value
, this method
will be ignored.
propertyName
- A String
specifying a property name.value
- A BooleanList
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, Integer32List value)
PropertyInteger32List
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided; however, if the existing property already
references the same object that is specified by value
, this method
will be ignored.
propertyName
- A String
specifying a property name.value
- An Integer32List
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, Float64List value)
PropertyFloat64List
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided; however, if the existing property already
references the same object that is specified by value
, this method
will be ignored.
propertyName
- A String
specifying a property name.value
- A Float64List
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, DateTimeList value)
PropertyDateTimeList
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided; however, if the existing property already
references the same object that is specified by value
, this method
will be ignored.
propertyName
- A String
specifying a property name.value
- A DateTimeList
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, BinaryList value)
PropertyBinaryList
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided; however, if the existing property already
references the same object that is specified by value
, this method
will be ignored.
propertyName
- A String
specifying a property name.value
- A BinaryList
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, IdList value)
PropertyIdList
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided; however, if the existing property already
references the same object that is specified by value
, this method
will be ignored.
propertyName
- A String
specifying a property name.value
- An IdList
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).void putValue(java.lang.String propertyName, java.io.InputStream value)
PropertyContent
instance in this Properties
collection. If a property with the same name already exists in the collection, its
value will be replaced with the value provided.
propertyName
- A String
specifying a property name.value
- An InputStream
specifying the value of a new or an existing
property.
E_READ_ONLY
- if an attempt is made to update a property that is not settable
(its Property.isSettable
method returns false
).java.lang.Object getObjectValue(java.lang.String propertyName)
Properties
collection and returns
the value it holds. If the property holds a reference object (Property.PropertyState
= REFERENCE
) or or is unevaluated (Property.PropertyState
=
UNEVALUATED
), a round-trip is made to the server to fetch its value.
propertyName
- A String
specifying a property name.
Object
specifying the value of the property. If the property's
value cannot be retrieved, an EngineRuntimeException
object will be returned.
EngineRuntimeException
- if the property cannot be found in the collection
or a retrieval error has occurred (Property.PropertyState
= RETRIEVAL_ERROR
).PropertyState
java.lang.String getStringValue(java.lang.String propertyName)
PropertyString
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
String
specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyString
instance.java.util.Date getDateTimeValue(java.lang.String propertyName)
PropertyDateTime
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
Date
specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyDateTime
instance.java.lang.Integer getInteger32Value(java.lang.String propertyName)
PropertyInteger32
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
Integer
specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyInteger32
instance.java.lang.Boolean getBooleanValue(java.lang.String propertyName)
PropertyBoolean
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
Boolean
specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyBoolean
instance.java.lang.Double getFloat64Value(java.lang.String propertyName)
PropertyFloat64
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
Double
specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyFloat64
instance.byte[] getBinaryValue(java.lang.String propertyName)
PropertyBinary
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
byte
array specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyBinary
instance.Id getIdValue(java.lang.String propertyName)
PropertyId
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
Id
specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyId
instance.EngineObject getEngineObjectValue(java.lang.String propertyName)
PropertyEngineObject
property by name in this Properties
collection and returns the value it holds. If the property holds a reference object
(Property.PropertyState
= REFERENCE
) or or is unevaluated
(Property.PropertyState
= UNEVALUATED
), a round-trip is made
to the server to fetch its value.
propertyName
- A String
specifying a property name.
EngineObject
specifying the value of the property. If the property's
value cannot be retrieved, an EngineRuntimeException
object will be returned.
EngineRuntimeException
- if the property cannot be found in the collection, is
not a PropertyEngineObject
instance, or a retrieval error has occurred
(Property.PropertyState
= RETRIEVAL_ERROR
).PropertyState
DependentObjectList getDependentObjectListValue(java.lang.String propertyName)
PropertyDependentObjectList
property by name in this Properties
collection and returns the value it holds. If the property holds a reference object
(Property.PropertyState
= REFERENCE
) or or is unevaluated
(Property.PropertyState
= UNEVALUATED
), a round-trip is made
to the server to fetch its value.
propertyName
- A String
specifying a property name.
DependentEngineObjectList
collection specifying the value of the property. If the property's
value cannot be retrieved, an EngineRuntimeException
object will be returned.
EngineRuntimeException
- if the property cannot be found in the collection, is
not a PropertyDependentObjectList
instance, or a retrieval error has occurred
(Property.PropertyState
= RETRIEVAL_ERROR
).PropertyState
IndependentObjectSet getIndependentObjectSetValue(java.lang.String propertyName)
PropertyIndependentObjectSet
property by name in this Properties
collection and returns the value it holds. If the property holds a reference object
(Property.PropertyState
= REFERENCE
) or or is unevaluated
(Property.PropertyState
= UNEVALUATED
), a round-trip is made
to the server to fetch its value.
propertyName
- A String
specifying a property name.
IndependentObjectSet
collection specifying the value of the property. If the property's
value cannot be retrieved, an EngineRuntimeException
object will be returned.
EngineRuntimeException
- if the property cannot be found in the collection, is
not a PropertyIndependentObjectSet
instance, or a retrieval error has occurred
(Property.PropertyState
= RETRIEVAL_ERROR
).PropertyState
StringList getStringListValue(java.lang.String propertyName)
PropertyStringList
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
StringList
collection specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyStringList
instance.BooleanList getBooleanListValue(java.lang.String propertyName)
PropertyBooleanList
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
BooleanList
collection specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyBooleanList
instance.Integer32List getInteger32ListValue(java.lang.String propertyName)
PropertyInteger32List
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
Integer32List
collection specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyInteger32List
instance.Float64List getFloat64ListValue(java.lang.String propertyName)
PropertyFloat64List
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
Float64List
collection specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyFloat64List
instance.DateTimeList getDateTimeListValue(java.lang.String propertyName)
PropertyDateTimeList
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
DateTimeList
collection specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyDateTimeList
instance.BinaryList getBinaryListValue(java.lang.String propertyName)
PropertyBinaryList
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
BinaryList
collection specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyBinaryList
instance.IdList getIdListValue(java.lang.String propertyName)
PropertyIdList
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
IdList
collection specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyIdList
instance.java.io.InputStream getInputStreamValue(java.lang.String propertyName)
PropertyContent
property by name in this Properties
collection and returns the value it holds.
propertyName
- A String
specifying a property name.
InputStream
specifying the value of the property.
EngineRuntimeException
- if the property cannot be found in the collection or is
not a PropertyContent
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |