org.eclipse.higgins.idas.udi
Interface IAttributeUDIMetadata
- All Known Implementing Classes:
- InlineXRDSAttributeUDIMetadata, XRIAttributeUDIMetadata
public interface IAttributeUDIMetadata
When you resolve an Attribute UDI, you get Attribbute UDI Metadata.
This is:
- Entity UDI Metadata of the Entity the Attribute belongs to
- The Attribute ID of the Attribute
getEntityUDIMetadata
IEntityUDIMetadata getEntityUDIMetadata()
throws org.eclipse.higgins.idas.api.IdASException
- Throws:
org.eclipse.higgins.idas.api.IdASException
getAttributeID
URI getAttributeID()
throws org.eclipse.higgins.idas.api.IdASException
- Throws:
org.eclipse.higgins.idas.api.IdASException