Uses of Class
xal.tools.data.DataAttribute
Packages that use DataAttribute
-
Uses of DataAttribute in xal.tools.data
Fields in xal.tools.data with type parameters of type DataAttributeModifier and TypeFieldDescriptionprotected final Map<String,DataAttribute> DataTable.Schema.attributeTablemap of attributes keyed by nameMethods in xal.tools.data that return types with arguments of type DataAttributeModifier and TypeMethodDescriptionDataTable.attributes()Return the attributes of this table from the table's schema.DataTable.Schema.attributes()Get the collection of all attributes in this schemaMethods in xal.tools.data with parameters of type DataAttributeModifier and TypeMethodDescriptionvoidDataTable.Schema.addAttribute(DataAttribute attribute) Add a new attribute to the schemaConstructor parameters in xal.tools.data with type arguments of type DataAttributeModifierConstructorDescriptionDataTable(String aName, Collection<DataAttribute> attributes) ConstructorDataTable(String aName, Collection<DataAttribute> attributes, Class<? extends GenericRecord> aRecordClass) Primary constructorSchema(Collection<DataAttribute> attributes) Primary constructor