All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.plugins.remoting.shared.data.CollectionData Maven / Gradle / Ivy

package org.nakedobjects.plugins.remoting.shared.data;

public interface CollectionData extends ReferenceData {
    ReferenceData[] getElements();

    boolean hasAllElements();

    String getElementype();
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy