Interface AttributeBooleanType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeBooleanTypeImpl

public interface AttributeBooleanType extends AttributeType
AttributeBooleanType
Example to create an instance using the builder pattern

     AttributeBooleanType attributeBooleanType = AttributeBooleanType.builder()
             .build()