Skip navigation links

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

E17273-01


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

java.lang.Object
  extended by oracle.stellent.wcm.core.definition.element.Property<java.lang.String,oracle.stellent.wcm.core.definition.element.model.Property>
      extended by oracle.stellent.wcm.core.definition.element.Property.StringProperty

Enclosing class:
Property<T,U>

public static class Property.StringProperty
extends Property<java.lang.String,oracle.stellent.wcm.core.definition.element.model.Property>

A string 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.StringProperty(java.lang.String name)
           
Property.StringProperty(java.lang.String name, java.lang.String value)
           

 

Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           

 

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.StringProperty

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

Property.StringProperty

public Property.StringProperty(java.lang.String name,
                               java.lang.String value)

Method Detail

getName

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

setName

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

getValue

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

setValue

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

Skip navigation links

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

E17273-01


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