Package de.intarsys.tools.component
Interface IMetaInfoSupport
-
- All Superinterfaces:
IInstantiable
- All Known Implementing Classes:
MetaInfoSupportAdapter
public interface IMetaInfoSupport extends IInstantiable
This interface declares the components ability to provide meta information.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
META_ID
static java.lang.String
META_NAME
static java.lang.String
META_VENDOR
static java.lang.String
META_VERSION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMetaInfo(java.lang.String name)
-
-
-
Field Detail
-
META_ID
static final java.lang.String META_ID
- See Also:
- Constant Field Values
-
META_NAME
static final java.lang.String META_NAME
- See Also:
- Constant Field Values
-
META_VERSION
static final java.lang.String META_VERSION
- See Also:
- Constant Field Values
-
META_VENDOR
static final java.lang.String META_VENDOR
- See Also:
- Constant Field Values
-
-