Skip to content

get all attribute names from a class descriptor #59

Open
@rubberbandman62

Description

@rubberbandman62
@Override
public List<String> getAllAttributeNames() {
    ArrayList<String> names = new ArrayList<String>();
    for (final AttributeDescriptor attributeDescriptor : getAttributeDescriptorList()) {
        names.add(attributeDescriptor.getName());
    }

    return names;
}   

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions