Interface SISComponent
-
- All Superinterfaces:
Comparable
,Serializable
- All Known Implementing Classes:
CompositionID
,ExtensionRefID
,ExternalPlatformID
,InterceptorID
,InterceptorRefID
,MacroID
,ServiceRefID
,SISComponentID
,TriggerID
public interface SISComponent extends Comparable, Serializable
Marker interface for SIS components.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SISComponent.ComponentType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SISComponent.ComponentType
getComponentType()
String
getName()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getName
String getName()
-
getComponentType
SISComponent.ComponentType getComponentType()
-
-