|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSDateComponents
public abstract class NSDateComponents
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSDateComponents._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSDateComponents()
|
Method Summary | |
---|---|
static NSDateComponents |
alloc()
|
abstract NSInteger |
day()
Original signature : -(NSInteger)day native declaration : NSCalendar.h:103 |
abstract NSInteger |
era()
Original signature : -(NSInteger)era native declaration : NSCalendar.h:100 |
static NSDateComponents._class_ |
getNSClass()
|
abstract NSInteger |
hour()
Original signature : -(NSInteger)hour native declaration : NSCalendar.h:104 |
abstract NSInteger |
minute()
Original signature : -(NSInteger)minute native declaration : NSCalendar.h:105 |
abstract NSInteger |
month()
Original signature : -(NSInteger)month native declaration : NSCalendar.h:102 |
static NSDateComponents |
new_()
|
abstract NSInteger |
quarter()
Original signature : -(NSInteger)quarter native declaration : NSCalendar.h:111 |
abstract NSInteger |
second()
Original signature : -(NSInteger)second native declaration : NSCalendar.h:106 |
abstract void |
setDay(NSInteger v)
Original signature : -(void)setDay:(NSInteger) native declaration : NSCalendar.h:117 |
abstract void |
setEra(NSInteger v)
Original signature : -(void)setEra:(NSInteger) native declaration : NSCalendar.h:114 |
abstract void |
setHour(NSInteger v)
Original signature : -(void)setHour:(NSInteger) native declaration : NSCalendar.h:118 |
abstract void |
setMinute(NSInteger v)
Original signature : -(void)setMinute:(NSInteger) native declaration : NSCalendar.h:119 |
abstract void |
setMonth(NSInteger v)
Original signature : -(void)setMonth:(NSInteger) native declaration : NSCalendar.h:116 |
abstract void |
setQuarter(NSInteger v)
Original signature : -(void)setQuarter:(NSInteger) native declaration : NSCalendar.h:125 |
abstract void |
setSecond(NSInteger v)
Original signature : -(void)setSecond:(NSInteger) native declaration : NSCalendar.h:120 |
abstract void |
setWeek(NSInteger v)
Original signature : -(void)setWeek:(NSInteger) native declaration : NSCalendar.h:121 |
abstract void |
setWeekday(NSInteger v)
Original signature : -(void)setWeekday:(NSInteger) native declaration : NSCalendar.h:122 |
abstract void |
setWeekdayOrdinal(NSInteger v)
Original signature : -(void)setWeekdayOrdinal:(NSInteger) native declaration : NSCalendar.h:123 |
abstract void |
setYear(NSInteger v)
Original signature : -(void)setYear:(NSInteger) native declaration : NSCalendar.h:115 |
abstract NSInteger |
week()
Original signature : -(NSInteger)week native declaration : NSCalendar.h:107 |
abstract NSInteger |
weekday()
Original signature : -(NSInteger)weekday native declaration : NSCalendar.h:108 |
abstract NSInteger |
weekdayOrdinal()
Original signature : -(NSInteger)weekdayOrdinal native declaration : NSCalendar.h:109 |
abstract NSInteger |
year()
Original signature : -(NSInteger)year native declaration : NSCalendar.h:101 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSDateComponents()
Method Detail |
---|
public abstract NSInteger era()
-(NSInteger)era
public abstract NSInteger year()
-(NSInteger)year
public abstract NSInteger month()
-(NSInteger)month
public abstract NSInteger day()
-(NSInteger)day
public abstract NSInteger hour()
-(NSInteger)hour
public abstract NSInteger minute()
-(NSInteger)minute
public abstract NSInteger second()
-(NSInteger)second
public abstract NSInteger week()
-(NSInteger)week
public abstract NSInteger weekday()
-(NSInteger)weekday
public abstract NSInteger weekdayOrdinal()
-(NSInteger)weekdayOrdinal
public abstract NSInteger quarter()
-(NSInteger)quarter
public abstract void setEra(NSInteger v)
-(void)setEra:(NSInteger)
public abstract void setYear(NSInteger v)
-(void)setYear:(NSInteger)
public abstract void setMonth(NSInteger v)
-(void)setMonth:(NSInteger)
public abstract void setDay(NSInteger v)
-(void)setDay:(NSInteger)
public abstract void setHour(NSInteger v)
-(void)setHour:(NSInteger)
public abstract void setMinute(NSInteger v)
-(void)setMinute:(NSInteger)
public abstract void setSecond(NSInteger v)
-(void)setSecond:(NSInteger)
public abstract void setWeek(NSInteger v)
-(void)setWeek:(NSInteger)
public abstract void setWeekday(NSInteger v)
-(void)setWeekday:(NSInteger)
public abstract void setWeekdayOrdinal(NSInteger v)
-(void)setWeekdayOrdinal:(NSInteger)
public abstract void setQuarter(NSInteger v)
-(void)setQuarter:(NSInteger)
public static NSDateComponents alloc()
public static NSDateComponents new_()
public static NSDateComponents._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |