com.wewebu.ow.server.ecmimpl.opencmis.field
Class OwCMISBigIntegerTextFormat

java.lang.Object
  extended by java.text.Format
      extended by com.wewebu.ow.server.ecmimpl.opencmis.field.OwCMISBigIntegerTextFormat
All Implemented Interfaces:
Serializable, Cloneable

public class OwCMISBigIntegerTextFormat
extends Format

OwCMISBigIntegerTextFormat.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
Format.Field
 
Constructor Summary
OwCMISBigIntegerTextFormat()
           
OwCMISBigIntegerTextFormat(String pattern_p)
           
OwCMISBigIntegerTextFormat(String pattern_p, DecimalFormatSymbols symbols_p)
           
 
Method Summary
 StringBuffer format(Object obj_p, StringBuffer toAppendTo_p, FieldPosition pos_p)
           
 AttributedCharacterIterator formatToCharacterIterator(Object obj_p)
           
 int hashCode()
           
 Object parseObject(String source_p)
           
 Object parseObject(String source_p, ParsePosition pos_p)
           
 String toString()
           
 
Methods inherited from class java.text.Format
clone, format
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwCMISBigIntegerTextFormat

public OwCMISBigIntegerTextFormat()

OwCMISBigIntegerTextFormat

public OwCMISBigIntegerTextFormat(String pattern_p)

OwCMISBigIntegerTextFormat

public OwCMISBigIntegerTextFormat(String pattern_p,
                                  DecimalFormatSymbols symbols_p)
Method Detail

format

public StringBuffer format(Object obj_p,
                           StringBuffer toAppendTo_p,
                           FieldPosition pos_p)
Specified by:
format in class Format

formatToCharacterIterator

public AttributedCharacterIterator formatToCharacterIterator(Object obj_p)
Overrides:
formatToCharacterIterator in class Format

hashCode

public int hashCode()
Overrides:
hashCode in class Object

parseObject

public Object parseObject(String source_p,
                          ParsePosition pos_p)
Specified by:
parseObject in class Format

parseObject

public Object parseObject(String source_p)
                   throws ParseException
Overrides:
parseObject in class Format
Throws:
ParseException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.