org.openspml.v2.util.xml
Interface ListWithType

All Superinterfaces:
java.util.Collection, java.util.List
All Known Implementing Classes:
ArrayListWithType

public interface ListWithType
extends java.util.List

Author:
kent.spaulding@sun.com

Date: Mar 3, 2006


Field Summary
static java.lang.String code_id
           
 
Method Summary
 java.lang.Class getType()
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Field Detail

code_id

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

getType

public java.lang.Class getType()


Copyright © Sun Microsystems, Inc. All Rights Reserved.