org.xcmis.search.content
Class Property<V>

java.lang.Object
  extended by org.xcmis.search.content.Property<V>

public class Property<V>
extends Object

Property of content.


Nested Class Summary
static class Property.BinaryValue
           
static class Property.ContentValue<V>
           
static class Property.SimpleValue<V>
           
 
Constructor Summary
Property(PropertyType type, String name, Collection<Property.ContentValue<V>> value)
           
Property(PropertyType type, String name, Property.ContentValue<V> value)
           
 
Method Summary
 String getName()
           
 PropertyType getType()
           
 Collection<Property.ContentValue<V>> getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property(PropertyType type,
                String name,
                Collection<Property.ContentValue<V>> value)
Parameters:
type -
name -
value -

Property

public Property(PropertyType type,
                String name,
                Property.ContentValue<V> value)
Parameters:
type -
name -
value -
Method Detail

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getType

public PropertyType getType()
Returns:
the type

getName

public String getName()
Returns:
the name

getValue

public Collection<Property.ContentValue<V>> getValue()
Returns:
the value


Copyright © 2010 eXo Platform SAS. All Rights Reserved.