Interface IComponentInfo
- All Known Subinterfaces:
IXSLComponentInfo
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface IComponentInfo
Component information interface.
- Since:
- 27
*********************************
EXPERIMENTAL - Subject to change
********************************
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
-
Method Details
-
getName
String getName()- Returns:
- Returns the name.
-
getSystemId
String getSystemId()- Returns:
- Returns the systemId.
-
getType
String getType()- Returns:
- Returns the type.
-
getAnnotation
String getAnnotation()- Returns:
- Returns the annotation.
-
getStartOffset
int getStartOffset()- Returns:
- Returns the startOffset.
-
getEndOffset
int getEndOffset()- Returns:
- Returns the endOffset.
-