public class GlobalListItem extends Object implements INamedObject
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Constructor and Description |
---|
GlobalListItem() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure()
configure() will be called once for each item registered, except for the aliasses.
|
String |
getAliasFor() |
protected static GlobalListItem |
getItem(String itemName)
Get an item by Name.
|
String |
getName() |
static Iterator<String> |
getRegisteredNames()
Get the system names as an Iterator, alphabetically sorted
|
static List<String> |
getRegisteredNamesAsList()
Gets a list with system names.
|
void |
registerItem(Object dummyParent)
Register an item in the list
|
void |
setAliasFor(String string)
If this attribute is set, the item is only an alias for another item.
|
void |
setName(String string)
The name under which the item can be retrieved.
|
String |
toString() |
protected void configure()
protected static GlobalListItem getItem(String itemName)
public static Iterator<String> getRegisteredNames()
public static List<String> getRegisteredNamesAsList()
public void registerItem(Object dummyParent)
public void setName(String string)
setName
in interface INamedObject
public String getName()
getName
in interface INamedObject
public void setAliasFor(String string)
public String getAliasFor()
Copyright © 2023 Frank!Framework. All rights reserved.