Interface IdDecoratedMetadata
-
- All Superinterfaces:
JCAMetadata,Serializable
- All Known Subinterfaces:
Activationspec,AdminObject,AuthenticationMechanism,ConfigProperty,ConnectionDefinition,Connector,Icon,InboundResourceAdapter,LicenseType,Messageadapter,MessageListener,OutboundResourceAdapter,RequiredConfigProperty,ResourceAdapter,SecurityPermission
- All Known Implementing Classes:
LocalizedXsdString,XsdString
public interface IdDecoratedMetadata extends JCAMetadata
- Author:
- Stefano Maestri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Return the String representing xml ID
-
-
-
Method Detail
-
getId
String getId()
Return the String representing xml ID- Returns:
- the XML ID
-
-