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

org.navimatrix.commons.data.Property Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package org.navimatrix.commons.data;

public interface Property {

    public String getName();

    public Type getType();

    public boolean isMany();

    public Object getDefault();

    public boolean isContainer();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy