|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vhosting.netconf.yuma.Date
public class Date
The Yuma Date typedef.
Constructor Summary | |
---|---|
Date(java.lang.String date)
Create the YUMA Date typedef. |
Method Summary | |
---|---|
java.lang.String |
getCanonicalValue()
Get the canonical value of the date. |
java.util.Date |
getValue()
Get the date. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Date(java.lang.String date) throws java.lang.IllegalArgumentException
date
- The date in the form: YYYY-MM-DD.
java.lang.IllegalArgumentException
- Throw this exception if the date is not in a correct format.Method Detail |
---|
public java.lang.String getCanonicalValue()
public java.util.Date getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |