org.jvnet.hyperjaxb3.xsom
Class SimpleTypeAnalyzer

java.lang.Object
  extended by org.jvnet.hyperjaxb3.xsom.SimpleTypeAnalyzer

public class SimpleTypeAnalyzer
extends Object


Nested Class Summary
static class SimpleTypeAnalyzer.AbstractLongFacetAnalyzer
           
static class SimpleTypeAnalyzer.FacetAnalyzer<T>
           
static class SimpleTypeAnalyzer.FractionDigitsAnalyzer
           
static class SimpleTypeAnalyzer.LengthAnalyzer
           
static class SimpleTypeAnalyzer.MaxLengthAnalyzer
           
static class SimpleTypeAnalyzer.MinLengthAnalyzer
           
static class SimpleTypeAnalyzer.TotalDigitsAnalyzer
           
 
Constructor Summary
SimpleTypeAnalyzer()
           
 
Method Summary
static Long getFractionDigits(com.sun.xml.xsom.XSComponent component)
           
static Long getLength(com.sun.xml.xsom.XSComponent component)
           
static Long getMaxLength(com.sun.xml.xsom.XSComponent component)
           
static Long getMinLength(com.sun.xml.xsom.XSComponent component)
           
static Long getTotalDigits(com.sun.xml.xsom.XSComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTypeAnalyzer

public SimpleTypeAnalyzer()
Method Detail

getMinLength

public static Long getMinLength(com.sun.xml.xsom.XSComponent component)

getMaxLength

public static Long getMaxLength(com.sun.xml.xsom.XSComponent component)

getLength

public static Long getLength(com.sun.xml.xsom.XSComponent component)

getTotalDigits

public static Long getTotalDigits(com.sun.xml.xsom.XSComponent component)

getFractionDigits

public static Long getFractionDigits(com.sun.xml.xsom.XSComponent component)


Copyright © 2005-2011. All Rights Reserved.