com.abra.j2xb.beans.propertyEditors
Class MOTimePropertyEditor

java.lang.Object
  extended by com.abra.j2xb.beans.propertyEditors.MODatePropertyEditor
      extended by com.abra.j2xb.beans.propertyEditors.MOTimePropertyEditor
All Implemented Interfaces:
MOPropertyEditor

public class MOTimePropertyEditor
extends MODatePropertyEditor

Since:
JDK1.5
Version:
1.0, May 1, 2008
Author:
Yoav Abrahami

Constructor Summary
MOTimePropertyEditor()
           
 
Method Summary
 MoXmlBaseSimpleType getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
          gets the base XML encoding type, used as the element base type in an XML schema
 boolean isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
           
 
Methods inherited from class com.abra.j2xb.beans.propertyEditors.MODatePropertyEditor
compareValues, fromString, fromXmlValue, getEnumerations, supportsNumberValidations, supportsStringValidations, toString, toXmlValue, validateStringEncoding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MOTimePropertyEditor

public MOTimePropertyEditor()
Method Detail

isCompatibleSimpleType

public boolean isCompatibleSimpleType(MoXmlBaseSimpleType xmlSimpleType)
Specified by:
isCompatibleSimpleType in interface MOPropertyEditor
Overrides:
isCompatibleSimpleType in class MODatePropertyEditor
Parameters:
xmlSimpleType - simple type to check if compatible with the property editor
Returns:
returns if the simple type is compatible with this property editor

getXmlDefaultSimpleType

public MoXmlBaseSimpleType getXmlDefaultSimpleType(MoXmlBaseSimpleType xmlSimpleType)
Description copied from interface: MOPropertyEditor
gets the base XML encoding type, used as the element base type in an XML schema

Specified by:
getXmlDefaultSimpleType in interface MOPropertyEditor
Overrides:
getXmlDefaultSimpleType in class MODatePropertyEditor
Parameters:
xmlSimpleType - an xml simple type. can be MoXmlBaseSimpleType.xmlNotSpecified
Returns:
the XML type


Copyright © 2008. All Rights Reserved.