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

net.savantly.sprout.module.content.model.contentField.ContentField Maven / Gradle / Ivy

The newest version!
package net.savantly.sprout.module.content.model.contentField;

import net.savantly.sprout.core.domain.metadata.MetaDataContainer;
import net.savantly.sprout.module.content.model.fieldType.FieldType;

public interface ContentField extends MetaDataContainer {
	
	String getName();
	String getId();
	FieldType getFieldType();
	boolean isRequired();
	int getSortOrder();
	String getDisplayName();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy