|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.search.content.Property<V>
public class Property<V>
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 |
|---|
public Property(PropertyType type,
String name,
Collection<Property.ContentValue<V>> value)
type - name - value -
public Property(PropertyType type,
String name,
Property.ContentValue<V> value)
type - name - value - | Method Detail |
|---|
public String toString()
toString in class ObjectObject.toString()public PropertyType getType()
public String getName()
public Collection<Property.ContentValue<V>> getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||