public static class ItemInfoBuilder.PropertyInfoBuilder extends Object
PropertyInfo
s. Use ItemInfoBuilder.NodeInfoBuilder.createPropertyInfo(String)
to create an instance of this class.public ItemInfoBuilder.PropertyInfoBuilder setName(Name name)
name
of this propertyname
- public ItemInfoBuilder.PropertyInfoBuilder setName(String localName)
localName
of this propertylocalName
- public ItemInfoBuilder.PropertyInfoBuilder setNamespace(String namespace)
namespace
- public ItemInfoBuilder.PropertyInfoBuilder setType(int type)
type
of this propertytype
- this
IllegalStateException
- if a property of a different type has been added before.public ItemInfoBuilder.PropertyInfoBuilder addValue(QValue value)
value
to this property. Sets this property to single valued if
this is the first value. Otherwise sets this property to multi-valued.value
- this
IllegalStateException
- if the type of the value does not match the type of this propertypublic ItemInfoBuilder.PropertyInfoBuilder addValue(String value) throws RepositoryException
PropertyType.STRING
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertypublic ItemInfoBuilder.PropertyInfoBuilder addValue(Calendar value) throws RepositoryException
PropertyType.DATE
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertypublic ItemInfoBuilder.PropertyInfoBuilder addValue(double value) throws RepositoryException
PropertyType.DOUBLE
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertypublic ItemInfoBuilder.PropertyInfoBuilder addValue(long value) throws RepositoryException
PropertyType.LONG
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertypublic ItemInfoBuilder.PropertyInfoBuilder addValue(boolean value) throws RepositoryException
PropertyType.BOOLEAN
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertypublic ItemInfoBuilder.PropertyInfoBuilder addValue(Name value) throws RepositoryException
PropertyType.NAME
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertypublic ItemInfoBuilder.PropertyInfoBuilder addValue(Path value) throws RepositoryException
PropertyType.PATH
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertypublic ItemInfoBuilder.PropertyInfoBuilder addValue(BigDecimal value) throws RepositoryException
PropertyType.DECIMAL
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertypublic ItemInfoBuilder.PropertyInfoBuilder addValue(URI value) throws RepositoryException
PropertyType.URI
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertypublic ItemInfoBuilder.PropertyInfoBuilder addValue(byte[] value) throws RepositoryException
PropertyType.BINARY
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertypublic ItemInfoBuilder.PropertyInfoBuilder addValue(InputStream value) throws RepositoryException, IOException
PropertyType.BINARY
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertyIOException
public ItemInfoBuilder.PropertyInfoBuilder addValue(File value) throws RepositoryException, IOException
PropertyType.BINARY
value to this property.value
- this
RepositoryException
IllegalStateException
- if the type of the value does not match the type of this propertyIOException
public ItemInfoBuilder.PropertyInfoBuilder setMultivalued(boolean on)
on
- this
IllegalStateException
- if this property does not contain exactly on valuepublic ItemInfoBuilder.NodeInfoBuilder build() throws RepositoryException
PropertyInfo
. If a ItemInfoBuilder.Listener
is associated with this
instance, then its ItemInfoBuilder.Listener.createPropertyInfo(PropertyInfo)
methods
is called.RepositoryException
IllegalStateException
- if build has been called beforeIllegalStateException
- if the type is not setpublic ItemInfoBuilder.NodeInfoBuilder getParent()
public PropertyInfo getPropertyInfo()
PropertyInfo
which has been built by this builder.IllegalStateException
- if build()
has not been called before.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.