Skip navigation links

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

E17273-02


oracle.stellent.wcm.core.definition.element
Class Property<T,U>

java.lang.Object
  extended by oracle.stellent.wcm.core.definition.element.Property<T,U>

Direct Known Subclasses:
Property.ComplexProperty, Property.DataProperty, Property.ListProperty, Property.StringProperty

public abstract class Property<T,U>
extends java.lang.Object

Property is a mapping between a name and a value, typically a string or another property


Nested Class Summary
static class Property.ComplexProperty
          A complex property holds a reference to a map of properties
static class Property.DataProperty
          A data property
static class Property.ListProperty
          List property
static class Property.StringProperty
          A string property

 

Constructor Summary
protected Property()
           
protected Property(U model)
           

 

Method Summary
protected  U getModel()
           
abstract  java.lang.String getName()
           
abstract  T getValue()
           
abstract  void setName(java.lang.String name)
           
abstract  void setValue(T value)
           

 

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

 

Constructor Detail

Property

protected Property()

Property

protected Property(U model)

Method Detail

getModel

protected U getModel()

getName

public abstract java.lang.String getName()

setName

public abstract void setName(java.lang.String name)

getValue

public abstract T getValue()

setValue

public abstract void setValue(T value)

Skip navigation links

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

E17273-02


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