|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.repository.PropertyNameList
public class PropertyNameList
This interface defines a list of IPropertyNameList objects.
| Constructor Summary | |
|---|---|
PropertyNameList()
Construct object of class PropertyNameList. |
|
PropertyNameList(IPropertyNameList list)
convenience constructor which creates a new list that contains the same elements as the passed list does. |
|
| Method Summary | |
|---|---|
void |
add(int index,
IPropertyName name)
Inserts the specified positioning object at the specified position in the list |
boolean |
add(IPropertyName name)
Appends the specified positioning object to the end of the list |
boolean |
contains(IPropertyName propertyName)
|
IPropertyName |
get(int index)
Returns the positioning object with the specified index |
IPropertyNameList |
getListWithoutSystemPropertyNames()
|
IPropertyNameListIterator |
listIterator()
Returns a list iterator |
int |
size()
Returns the number of positioning objects in the list |
void |
sort(Comparator c)
|
List |
toList()
Returns the property list as a List |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyNameList()
public PropertyNameList(IPropertyNameList list)
list - must not be null| Method Detail |
|---|
public IPropertyName get(int index)
get in interface IPropertyNameListindex -
public int size()
size in interface IPropertyNameListpublic boolean add(IPropertyName name)
add in interface IPropertyNameListname -
public void add(int index,
IPropertyName name)
add in interface IPropertyNameListindex - name - public boolean contains(IPropertyName propertyName)
contains in interface IPropertyNameListpropertyName -
public IPropertyNameListIterator listIterator()
listIterator in interface IPropertyNameListpublic List toList()
List
toList in interface IPropertyNameListIPropertyNameList as a Listpublic void sort(Comparator c)
sort in interface IPropertyNameListpublic String toString()
toString in class Objectpublic IPropertyNameList getListWithoutSystemPropertyNames()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||