org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.common
Interface Icon

All Superinterfaces:
CommonDDBean

public interface Icon
extends CommonDDBean

Generated interface for Icon element.

Important note: Do not provide an implementation of this interface unless you are a DD API provider!


Field Summary
static String LARGE_ICON
           
static String SMALL_ICON
           
static String XMLLANG
           
 
Method Summary
 String getLargeIcon()
          Getter for large-icon property.
 String getSmallIcon()
          Getter for small-icon property.
 String getXmlLang()
          Getter for xml:lang attribute.
 void setLargeIcon(String value)
          Setter for large-icon property.
 void setSmallIcon(String value)
          Setter for small-icon property.
 void setXmlLang(String value)
          Setter for xml:lang attribute.
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 

Field Detail

XMLLANG

static final String XMLLANG
See Also:
Constant Field Values

SMALL_ICON

static final String SMALL_ICON
See Also:
Constant Field Values

LARGE_ICON

static final String LARGE_ICON
See Also:
Constant Field Values
Method Detail

setXmlLang

void setXmlLang(String value)
                throws VersionNotSupportedException
Setter for xml:lang attribute.

Parameters:
value - attribute value
Throws:
VersionNotSupportedException

getXmlLang

String getXmlLang()
                  throws VersionNotSupportedException
Getter for xml:lang attribute.

Returns:
attribute value
Throws:
VersionNotSupportedException

setSmallIcon

void setSmallIcon(String value)
Setter for small-icon property.

Parameters:
value - property value

getSmallIcon

String getSmallIcon()
Getter for small-icon property.

Returns:
property value

setLargeIcon

void setLargeIcon(String value)
Setter for large-icon property.

Parameters:
value - property value

getLargeIcon

String getLargeIcon()
Getter for large-icon property.

Returns:
property value

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.