Novell exteNd
Director 5.2 API

com.sssw.cm.api
Interface EbiDocPropDescriptor

All Superinterfaces:
Comparable

public interface EbiDocPropDescriptor
extends Comparable

Objects that implement this interface describe specific standard Document Metadata properties such as author, publish date, etc.

Each property is characterized by the following attributes:

See Also:
EbiAddDocumentParams, EboDocPropUtil, EboDocQueryUtil

Method Summary
 String getPropDisplayName()
          Gets the display (user-friendly) property name
 int getPropIndex()
          Gets the index of the property
 String getPropName()
          Gets the name of the property
 String getPropType()
          Gets the type of the property
 boolean isMandatoryProperty()
          Tells whether the property is mandatory (i.e.
 
Methods implemented from interface java.lang.Comparable
compareTo
 

Method Detail

getPropName

public String getPropName()
Gets the name of the property
Returns:
the property name

getPropDisplayName

public String getPropDisplayName()
Gets the display (user-friendly) property name
Returns:
the display property name

getPropIndex

public int getPropIndex()
Gets the index of the property
Returns:
the property index

getPropType

public String getPropType()
Gets the type of the property
Returns:
the type of the property

isMandatoryProperty

public boolean isMandatoryProperty()
Tells whether the property is mandatory (i.e. must have a value)
Returns:
true if mandatory, false if value is optional

Novell exteNd
Director 5.2 API