Package com.sun.xml.xsom.visitor
Interface XSSimpleTypeFunction<T>
-
public interface XSSimpleTypeFunction<T>Function object that works onXSSimpleTypeand its derived interfaces.- Author:
- Kohsuke Kawaguchi (kohsuke,kawaguchi@sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TlistSimpleType(XSListSimpleType type)TrestrictionSimpleType(XSRestrictionSimpleType type)TunionSimpleType(XSUnionSimpleType type)
-
-
-
Method Detail
-
listSimpleType
T listSimpleType(XSListSimpleType type)
-
unionSimpleType
T unionSimpleType(XSUnionSimpleType type)
-
restrictionSimpleType
T restrictionSimpleType(XSRestrictionSimpleType type)
-
-