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.scs
Interface ISCSPropertyDescriptor

All Superinterfaces:
ICISPropertyDescriptor, java.io.Serializable

public interface ISCSPropertyDescriptor
extends ICISPropertyDescriptor

Describes a property on an active ISCSObject


Method Summary
 java.lang.String getNativeName()
           
 boolean isBeanProperty()
           

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISPropertyDescriptor
getDescription, getFriendlyName, getName, isMultiValued, isSystemProperty

 

Method Detail

isBeanProperty

boolean isBeanProperty()
Returns:
true if this is a JavaBean property (i.e. it has a JavaBean accessor method), false for non-exposed properties (i.e. most extended native types)

getNativeName

java.lang.String getNativeName()
Returns:
the native name of the property on the content server

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.