public interface MetadataAttributeContainer
Modifier and Type | Method and Description |
---|---|
MetadataAttributeSuperBean |
getMetadataAttributeById(java.lang.String id)
Returns the metadata attribute with the given id, or null if none exist
|
java.util.List<MetadataAttributeSuperBean> |
getMetadataAttributes()
Returns any metadata attributes
NOTEThe list is a copy so modifying the returned list will not
be reflected in the MetadataAttributeBean instance
|
java.util.List<MetadataAttributeSuperBean> getMetadataAttributes()
MetadataAttributeSuperBean getMetadataAttributeById(java.lang.String id)
id
-