public static interface GenericComponentManagement.GenericComponentInfo
Modifier and Type | Method and Description |
---|---|
GenericComponentManagement.GenericComponentInfoTuple[] |
getData()
An ordered list of (name,value) tuples.
|
default java.lang.String |
getDataValue(java.lang.String name,
java.lang.String defaultValue)
Get the value of the tuple with the specified unique name.
|
java.lang.String |
getName()
The name of this category of component information.
|
java.lang.String getName()
GenericComponentManagement.GenericComponentInfoTuple[] getData()
default java.lang.String getDataValue(java.lang.String name, java.lang.String defaultValue)
defaultValue
- A value to be returned if the specified name
has no associated (non-null) value.java.lang.UnsupportedOperationException
- if the specified name appears more
than once. This method should only be used on categories where the name
is a unique key.Submit a bug or feature
Copyright (c) 2013-2019 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.