|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.repository.PropertyNameList
This interface defines a list of IPropertyNameList objects.
| Constructor Summary | |
PropertyNameList()
Construct object of class PropertyNameList. |
|
| 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(java.util.Comparator c)
|
java.util.List |
toList()
Returns the property list as a List |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PropertyNameList()
| 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 java.util.List toList()
ListtoList in interface IPropertyNameListIPropertyNameList as a Listpublic void sort(java.util.Comparator c)
sort in interface IPropertyNameListpublic java.lang.String toString()
toString in class java.lang.Objectpublic IPropertyNameList getListWithoutSystemPropertyNames()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||