org.nakedobjects.plugins.dnd
Interface ParameterContent

All Superinterfaces:
Content
All Known Subinterfaces:
ObjectParameter, TextParseableParameter
All Known Implementing Classes:
ObjectParameterImpl, TextParseableParameterImpl

public interface ParameterContent
extends Content


Method Summary
 java.lang.String getParameterName()
           
 boolean isRequired()
           
 
Methods inherited from interface org.nakedobjects.plugins.dnd.Content
canDrop, contentMenuOptions, debugDetails, drop, getDescription, getHelp, getIconName, getIconPicture, getId, getNaked, getOptions, getSpecification, isCollection, isObject, isOptionEnabled, isPersistable, isTextParseable, isTransient, parseTextEntry, title, viewMenuOptions, windowTitle
 

Method Detail

getParameterName

java.lang.String getParameterName()

isRequired

boolean isRequired()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.