2010-01-26 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.config.servlet.display
Interface IDisplayElement

All Known Implementing Classes:
AbstractDisplayElement, ParameterDisplay, ProfileDisplay, ReaderDisplay

public interface IDisplayElement

Since:
1.2
Version:
1.2.0

Field Summary
static int TYPE_PARAMETER
          Define the type parameter (int) constant.
static int TYPE_PROFILE
          Define the type profile (int) constant.
static int TYPE_READER
          Define the type reader (int) constant.
 
Method Summary
 void addComment(java.lang.String comment)
          Add comment with the specified comment parameter.
 void addCommentTitle(java.lang.String commentTitle)
          Add comment title with the specified comment title parameter.
 void clearComment()
          Clear comment.
 java.lang.String getComment()
          Gets the comment (String) value.
 java.lang.String getHtml(java.lang.String servletPath)
          Get html with the specified servlet path parameter and return the String result.
 java.lang.String getName()
          Gets the name (String) value.
 int getType()
          Gets the type (int) value.
 

Field Detail

TYPE_READER

static final int TYPE_READER
Define the type reader (int) constant.

See Also:
Constant Field Values

TYPE_PROFILE

static final int TYPE_PROFILE
Define the type profile (int) constant.

See Also:
Constant Field Values

TYPE_PARAMETER

static final int TYPE_PARAMETER
Define the type parameter (int) constant.

See Also:
Constant Field Values
Method Detail

addComment

void addComment(java.lang.String comment)
Add comment with the specified comment parameter.

Parameters:
comment - The comment (String) parameter.
See Also:
clearComment(), getComment()

addCommentTitle

void addCommentTitle(java.lang.String commentTitle)
Add comment title with the specified comment title parameter.

Parameters:
commentTitle - The comment title (String) parameter.

clearComment

void clearComment()
Clear comment.

See Also:
addComment(String), getComment()

getComment

java.lang.String getComment()
Gets the comment (String) value.

Returns:
The comment (String) value.
See Also:
addComment(String), clearComment()

getHtml

java.lang.String getHtml(java.lang.String servletPath)
Get html with the specified servlet path parameter and return the String result.

Parameters:
servletPath - The servlet path (String) parameter.
Returns:
Results of the get html (String) value.

getName

java.lang.String getName()
Gets the name (String) value.

Returns:
The name (String) value.

getType

int getType()
Gets the type (int) value.

Returns:
The type (int) value.

2010-01-26 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.