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

org.jvnet.hyperjaxb3.model.HValueProperty Maven / Gradle / Ivy

There is a newer version: 0.6.2
Show newest version
package org.jvnet.hyperjaxb3.model;

public interface HValueProperty {

	public HValue getValue();

	public HJavaTypeAdapter getJavaTypeAdapter();

	public HList getList();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy