Uses of Class
cz.zcu.fav.kiv.editor.beans.types.DefaultType

Packages that use DefaultType
cz.zcu.fav.kiv.editor.beans.types   
 

Uses of DefaultType in cz.zcu.fav.kiv.editor.beans.types
 

Fields in cz.zcu.fav.kiv.editor.beans.types declared as DefaultType
protected  DefaultType Type.defaultValue
          The default value of the type
 

Methods in cz.zcu.fav.kiv.editor.beans.types that return DefaultType
 DefaultType Type.getDefaultValue()
           
 

Methods in cz.zcu.fav.kiv.editor.beans.types with parameters of type DefaultType
 void Type.setDefaultValue(DefaultType defaultValue)