org.melati.poem
Interface PoemTypeFactory.Parameter

Package class diagram package PoemTypeFactory.Parameter
Enclosing class:
PoemTypeFactory

public static interface PoemTypeFactory.Parameter

A Parameter object which knows whether a PoemType is nullable and its size.


Method Summary
 boolean getNullable()
           
 int getSize()
           
 

Method Detail

getNullable

boolean getNullable()
Returns:
the nullability of the parameter

getSize

int getSize()
Returns:
its size


Copyright © 2000-2010 PanEris. All Rights Reserved.