com.sapportals.wcm.repository

Interface IPropertyDef

All Known Implementing Classes:
PropertyDef

public interface IPropertyDef

Information about the type, name and other attributes of a property.


Method Summary
 String getAttribute(String name)
          Get the value of an attribute.
 Properties getAttributes()
          Returns a collection of attributes
 PropertyType getType()
          Returns the type of the property.
 boolean isHidden()
          Returns the value of the Hidden attribute
 boolean isIndexed()
          Returns the value of the Indexed attribute
 boolean isMultivalued()
          Returns true if the property is multi-valued.
 boolean isReadonly()
          Returns the value of the Readonly attribute
 boolean isRequired()
          Returns the value of the Required attribute
 

Method Detail

isMultivalued

boolean isMultivalued()
Returns true if the property is multi-valued.

Returns:
A boolean value

isRequired

boolean isRequired()
Returns the value of the Required attribute

Returns:
A boolean value

getType

PropertyType getType()
Returns the type of the property.

Returns:
type

isReadonly

boolean isReadonly()
Returns the value of the Readonly attribute

Returns:
readonly

isIndexed

boolean isIndexed()
Returns the value of the Indexed attribute

Returns:
indexed

isHidden

boolean isHidden()
Returns the value of the Hidden attribute

Returns:
hidden

getAttribute

String getAttribute(String name)
Get the value of an attribute.

Parameters:
name - Attribute name
Returns:
The value

getAttributes

Properties getAttributes()
Returns a collection of attributes

Returns:
All attributes
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice