Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.core.definition.element
Class Property.ListProperty

java.lang.Object
  extended by oracle.stellent.wcm.core.definition.element.Property<java.util.List<java.lang.String>,oracle.stellent.wcm.core.definition.element.model.ValueList>
      extended by oracle.stellent.wcm.core.definition.element.Property.ListProperty

Enclosing class:
Property<T,U>

public static class Property.ListProperty
extends Property<java.util.List<java.lang.String>,oracle.stellent.wcm.core.definition.element.model.ValueList>

List property


Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.stellent.wcm.core.definition.element.Property
Property.ComplexProperty, Property.DataProperty, Property.ListProperty, Property.StringProperty

 

Constructor Summary
Property.ListProperty(java.lang.String name)
           
Property.ListProperty(java.lang.String name, java.util.List<java.lang.String> value)
           

 

Method Summary
 void addListValue(java.lang.String value)
           
 java.lang.String getName()
           
 java.util.List<java.lang.String> getValue()
           
 void setName(java.lang.String name)
           
 void setValue(java.util.List<java.lang.String> values)
           

 

Methods inherited from class oracle.stellent.wcm.core.definition.element.Property
getModel

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Property.ListProperty

public Property.ListProperty(java.lang.String name,
                             java.util.List<java.lang.String> value)

Property.ListProperty

public Property.ListProperty(java.lang.String name)

Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Property<java.util.List<java.lang.String>,oracle.stellent.wcm.core.definition.element.model.ValueList>

setName

public void setName(java.lang.String name)
Specified by:
setName in class Property<java.util.List<java.lang.String>,oracle.stellent.wcm.core.definition.element.model.ValueList>

getValue

public java.util.List<java.lang.String> getValue()
Specified by:
getValue in class Property<java.util.List<java.lang.String>,oracle.stellent.wcm.core.definition.element.model.ValueList>

setValue

public void setValue(java.util.List<java.lang.String> values)
Specified by:
setValue in class Property<java.util.List<java.lang.String>,oracle.stellent.wcm.core.definition.element.model.ValueList>

addListValue

public void addListValue(java.lang.String value)

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.