org.openspml.v2.msg
Interface OpenContentAttr

All Known Implementing Classes:
BasicOpenContentAttr

public interface OpenContentAttr

SPML 2.0 is an open content model. The content carried by the various objects in our toolkit, can be XML of any type, and implementors can use whatever extra attributes and elements that they like.

This class, and the OpenContentElement, are meant to represent the notion of open content.

This is a class used to represent XMLAttributes (name, type, and value)

Author:
kent.spaulding@sun.com

Date: Feb 1, 2006


Field Summary
static java.lang.String code_id
           
 
Method Summary
 boolean getBooleanValue()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()

getBooleanValue

public boolean getBooleanValue()


Copyright © Sun Microsystems, Inc. All Rights Reserved.