Methods in org.jembi.sdmxhd.dsd that return types with arguments of type Attribute |
java.util.List<Attribute> |
DSD.getAllAttributes()
Convenience method to return a list of all the attributes in this DSD. |
java.util.List<Attribute> |
Components.getAttributes()
|
java.util.List<Attribute> |
DSD.getAttributes(java.lang.String attachementLevel,
java.lang.String assignmentStatus)
Convenience method to return a list of all the attributes in this DSD with the supplied
attachementLevel and assignmentStatus. |
java.util.List<Attribute> |
DSD.getAttributes(java.lang.String keyFamilyId,
java.lang.String attachementLevel,
java.lang.String assignmentStatus)
Convenience method to return a list of all the attributes in this DSD in the specified keyFamily
and with the supplied attachementLevel and assignmentStatus. |