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)