Java Doc for UnsupportedDateTimeField.java in  » Development » Joda-Time » org » joda » time » field » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Development » Joda Time » org.joda.time.field 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.joda.time.DateTimeField
      org.joda.time.field.UnsupportedDateTimeField

UnsupportedDateTimeField
final public class UnsupportedDateTimeField extends DateTimeField implements Serializable(Code)
A placeholder implementation to use when a datetime field is not supported.

UnsupportedDateTimeField is thread-safe and immutable.
author:
   Brian S O'Neill
since:
   1.0





Method Summary
public  longadd(long instant, int value)
     Delegates to the duration field.
public  longadd(long instant, long value)
     Delegates to the duration field.
public  int[]add(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd)
    
public  longaddWrapField(long instant, int value)
    
public  int[]addWrapField(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd)
    
public  int[]addWrapPartial(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd)
    
public  intget(long instant)
    
public  StringgetAsShortText(long instant, Locale locale)
    
public  StringgetAsShortText(long instant)
    
public  StringgetAsShortText(ReadablePartial partial, int fieldValue, Locale locale)
    
public  StringgetAsShortText(ReadablePartial partial, Locale locale)
    
public  StringgetAsShortText(int fieldValue, Locale locale)
    
public  StringgetAsText(long instant, Locale locale)
    
public  StringgetAsText(long instant)
    
public  StringgetAsText(ReadablePartial partial, int fieldValue, Locale locale)
    
public  StringgetAsText(ReadablePartial partial, Locale locale)
    
public  StringgetAsText(int fieldValue, Locale locale)
    
public  intgetDifference(long minuendInstant, long subtrahendInstant)
     Delegates to the duration field.
public  longgetDifferenceAsLong(long minuendInstant, long subtrahendInstant)
     Delegates to the duration field.
public  DurationFieldgetDurationField()
     Even though this DateTimeField is unsupported, the duration field might be supported.
public static synchronized  UnsupportedDateTimeFieldgetInstance(DateTimeFieldType type, DurationField durationField)
     Gets an instance of UnsupportedDateTimeField for a specific named field.
public  intgetLeapAmount(long instant)
    
public  DurationFieldgetLeapDurationField()
     Always returns null.
public  intgetMaximumShortTextLength(Locale locale)
    
public  intgetMaximumTextLength(Locale locale)
    
public  intgetMaximumValue()
    
public  intgetMaximumValue(long instant)
    
public  intgetMaximumValue(ReadablePartial instant)
    
public  intgetMaximumValue(ReadablePartial instant, int[] values)
    
public  intgetMinimumValue()
    
public  intgetMinimumValue(long instant)
    
public  intgetMinimumValue(ReadablePartial instant)
    
public  intgetMinimumValue(ReadablePartial instant, int[] values)
    
public  StringgetName()
    
public  DurationFieldgetRangeDurationField()
     Always returns null.
public  DateTimeFieldTypegetType()
    
public  booleanisLeap(long instant)
    
public  booleanisLenient()
     This field is not lenient.
public  booleanisSupported()
     This field is not supported.
public  longremainder(long instant)
    
public  longroundCeiling(long instant)
    
public  longroundFloor(long instant)
    
public  longroundHalfCeiling(long instant)
    
public  longroundHalfEven(long instant)
    
public  longroundHalfFloor(long instant)
    
public  longset(long instant, int value)
    
public  int[]set(ReadablePartial instant, int fieldIndex, int[] values, int newValue)
    
public  longset(long instant, String text, Locale locale)
    
public  longset(long instant, String text)
    
public  int[]set(ReadablePartial instant, int fieldIndex, int[] values, String text, Locale locale)
    
public  StringtoString()
     Get a suitable debug string.



Method Detail
add
public long add(long instant, int value)(Code)
Delegates to the duration field.
throws:
  UnsupportedOperationException - if the duration is unsupported



add
public long add(long instant, long value)(Code)
Delegates to the duration field.
throws:
  UnsupportedOperationException - if the duration is unsupported



add
public int[] add(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



addWrapField
public long addWrapField(long instant, int value)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



addWrapField
public int[] addWrapField(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



addWrapPartial
public int[] addWrapPartial(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



get
public int get(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getAsShortText
public String getAsShortText(long instant, Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getAsShortText
public String getAsShortText(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getAsShortText
public String getAsShortText(ReadablePartial partial, int fieldValue, Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getAsShortText
public String getAsShortText(ReadablePartial partial, Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getAsShortText
public String getAsShortText(int fieldValue, Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getAsText
public String getAsText(long instant, Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getAsText
public String getAsText(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getAsText
public String getAsText(ReadablePartial partial, int fieldValue, Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getAsText
public String getAsText(ReadablePartial partial, Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getAsText
public String getAsText(int fieldValue, Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getDifference
public int getDifference(long minuendInstant, long subtrahendInstant)(Code)
Delegates to the duration field.
throws:
  UnsupportedOperationException - if the duration is unsupported



getDifferenceAsLong
public long getDifferenceAsLong(long minuendInstant, long subtrahendInstant)(Code)
Delegates to the duration field.
throws:
  UnsupportedOperationException - if the duration is unsupported



getDurationField
public DurationField getDurationField()(Code)
Even though this DateTimeField is unsupported, the duration field might be supported. a possibly supported DurationField



getInstance
public static synchronized UnsupportedDateTimeField getInstance(DateTimeFieldType type, DurationField durationField)(Code)
Gets an instance of UnsupportedDateTimeField for a specific named field. Names should be of standard format, such as 'monthOfYear' or 'hourOfDay'. The returned instance is cached.
Parameters:
  type - the type to obtain the instance
throws:
  IllegalArgumentException - if durationField is null



getLeapAmount
public int getLeapAmount(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getLeapDurationField
public DurationField getLeapDurationField()(Code)
Always returns null. null always



getMaximumShortTextLength
public int getMaximumShortTextLength(Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getMaximumTextLength
public int getMaximumTextLength(Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getMaximumValue
public int getMaximumValue()(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getMaximumValue
public int getMaximumValue(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getMaximumValue
public int getMaximumValue(ReadablePartial instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getMaximumValue
public int getMaximumValue(ReadablePartial instant, int[] values)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getMinimumValue
public int getMinimumValue()(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getMinimumValue
public int getMinimumValue(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getMinimumValue
public int getMinimumValue(ReadablePartial instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getMinimumValue
public int getMinimumValue(ReadablePartial instant, int[] values)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



getName
public String getName()(Code)



getRangeDurationField
public DurationField getRangeDurationField()(Code)
Always returns null. null always



getType
public DateTimeFieldType getType()(Code)



isLeap
public boolean isLeap(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



isLenient
public boolean isLenient()(Code)
This field is not lenient. false always



isSupported
public boolean isSupported()(Code)
This field is not supported. false always



remainder
public long remainder(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



roundCeiling
public long roundCeiling(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



roundFloor
public long roundFloor(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



roundHalfCeiling
public long roundHalfCeiling(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



roundHalfEven
public long roundHalfEven(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



roundHalfFloor
public long roundHalfFloor(long instant)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



set
public long set(long instant, int value)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



set
public int[] set(ReadablePartial instant, int fieldIndex, int[] values, int newValue)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



set
public long set(long instant, String text, Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



set
public long set(long instant, String text)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



set
public int[] set(ReadablePartial instant, int fieldIndex, int[] values, String text, Locale locale)(Code)
Always throws UnsupportedOperationException
throws:
  UnsupportedOperationException -



toString
public String toString()(Code)
Get a suitable debug string. debug string



Methods inherited from org.joda.time.DateTimeField
abstract public long add(long instant, int value)(Code)(Java Doc)
abstract public long add(long instant, long value)(Code)(Java Doc)
abstract public int[] add(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd)(Code)(Java Doc)
abstract public long addWrapField(long instant, int value)(Code)(Java Doc)
abstract public int[] addWrapField(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd)(Code)(Java Doc)
abstract public int[] addWrapPartial(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd)(Code)(Java Doc)
abstract public int get(long instant)(Code)(Java Doc)
abstract public String getAsShortText(long instant, Locale locale)(Code)(Java Doc)
abstract public String getAsShortText(long instant)(Code)(Java Doc)
abstract public String getAsShortText(ReadablePartial partial, int fieldValue, Locale locale)(Code)(Java Doc)
abstract public String getAsShortText(ReadablePartial partial, Locale locale)(Code)(Java Doc)
abstract public String getAsShortText(int fieldValue, Locale locale)(Code)(Java Doc)
abstract public String getAsText(long instant, Locale locale)(Code)(Java Doc)
abstract public String getAsText(long instant)(Code)(Java Doc)
abstract public String getAsText(ReadablePartial partial, int fieldValue, Locale locale)(Code)(Java Doc)
abstract public String getAsText(ReadablePartial partial, Locale locale)(Code)(Java Doc)
abstract public String getAsText(int fieldValue, Locale locale)(Code)(Java Doc)
abstract public int getDifference(long minuendInstant, long subtrahendInstant)(Code)(Java Doc)
abstract public long getDifferenceAsLong(long minuendInstant, long subtrahendInstant)(Code)(Java Doc)
abstract public DurationField getDurationField()(Code)(Java Doc)
abstract public int getLeapAmount(long instant)(Code)(Java Doc)
abstract public DurationField getLeapDurationField()(Code)(Java Doc)
abstract public int getMaximumShortTextLength(Locale locale)(Code)(Java Doc)
abstract public int getMaximumTextLength(Locale locale)(Code)(Java Doc)
abstract public int getMaximumValue()(Code)(Java Doc)
abstract public int getMaximumValue(long instant)(Code)(Java Doc)
abstract public int getMaximumValue(ReadablePartial instant)(Code)(Java Doc)
abstract public int getMaximumValue(ReadablePartial instant, int[] values)(Code)(Java Doc)
abstract public int getMinimumValue()(Code)(Java Doc)
abstract public int getMinimumValue(long instant)(Code)(Java Doc)
abstract public int getMinimumValue(ReadablePartial instant)(Code)(Java Doc)
abstract public int getMinimumValue(ReadablePartial instant, int[] values)(Code)(Java Doc)
abstract public String getName()(Code)(Java Doc)
abstract public DurationField getRangeDurationField()(Code)(Java Doc)
abstract public DateTimeFieldType getType()(Code)(Java Doc)
abstract public boolean isLeap(long instant)(Code)(Java Doc)
abstract public boolean isLenient()(Code)(Java Doc)
abstract public boolean isSupported()(Code)(Java Doc)
abstract public long remainder(long instant)(Code)(Java Doc)
abstract public long roundCeiling(long instant)(Code)(Java Doc)
abstract public long roundFloor(long instant)(Code)(Java Doc)
abstract public long roundHalfCeiling(long instant)(Code)(Java Doc)
abstract public long roundHalfEven(long instant)(Code)(Java Doc)
abstract public long roundHalfFloor(long instant)(Code)(Java Doc)
abstract public long set(long instant, int value)(Code)(Java Doc)
abstract public int[] set(ReadablePartial instant, int fieldIndex, int[] values, int newValue)(Code)(Java Doc)
abstract public long set(long instant, String text, Locale locale)(Code)(Java Doc)
abstract public long set(long instant, String text)(Code)(Java Doc)
abstract public int[] set(ReadablePartial instant, int fieldIndex, int[] values, String text, Locale locale)(Code)(Java Doc)
abstract public String toString()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.