Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.common
Interface ICISProperty

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISCSProperty

public interface ICISProperty
extends java.io.Serializable

Represents a property via a call to ICISObject.getProperty(java.lang.String)


Method Summary
 ICISPropertyDescriptor getDescriptor()
           
 ICISPropertyValue getValue()
           

 

Method Detail

getValue

ICISPropertyValue getValue()
Returns:
the value of this property

getDescriptor

ICISPropertyDescriptor getDescriptor()
Returns:
the property descriptor that describes the contents of the property value

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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