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 ICISPropertyDescriptor

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

public interface ICISPropertyDescriptor
extends java.io.Serializable

Describes a property available on a ICISObject object.


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getFriendlyName()
           
 java.lang.String getName()
           
 boolean isMultiValued()
           
 boolean isSystemProperty()
           

 

Method Detail

getName

java.lang.String getName()
Returns:
the property name

getFriendlyName

java.lang.String getFriendlyName()
Returns:
the friendly, human-readable name for the property

getDescription

java.lang.String getDescription()
Returns:
the property description

isMultiValued

boolean isMultiValued()
Returns:
true if the property value is multi-valued

isSystemProperty

boolean isSystemProperty()
Returns:
true if this is a system property (i.e. not custom)

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.