org.qi4j.spi.property
Interface PropertyType

All Superinterfaces:
Comparable<PropertyType>

public interface PropertyType
extends Comparable<PropertyType>


Nested Class Summary
static class PropertyType.PropertyTypeEnum
           
 
Method Summary
 PropertyType.PropertyTypeEnum propertyType()
           
 QualifiedName qualifiedName()
           
 boolean queryable()
           
 ValueType type()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

qualifiedName

QualifiedName qualifiedName()

type

ValueType type()

propertyType

PropertyType.PropertyTypeEnum propertyType()

queryable

boolean queryable()