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

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

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

public interface HAttributeProperty {

	public HAttribute getAttribute();

	public HID getID();

	public HIDREF getIDREF();

	public HList getList();

	public HSchemaType getSchemaType();

	public HAttachmentRef getAttachmentRef();

	public HMimeType getMimeType();

	public HInlineBinaryData getInlineBinaryData();

	public HJavaTypeAdapter getJavaTypeAdapter();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy