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

io.pelle.mango.client.base.vo.IAttributeDescriptor Maven / Gradle / Ivy

The newest version!
package io.pelle.mango.client.base.vo;

import io.pelle.mango.client.base.vo.query.IBooleanExpression;

import com.google.common.base.Optional;

public interface IAttributeDescriptor extends IMetaDescriptor {

	String getAttributeName();

	Class getAttributeType();

	Class getListAttributeType();

	boolean isMandatory();

	int getNaturalKeyOrder();

	 T path(T attributeDescriptor);

	IBooleanExpression eq(AttributeType value);

	Optional search(String value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy