public final class NSFileProviderTypeAndCreator
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
NSFileProviderTypeAndCreator() |
|
NSFileProviderTypeAndCreator(int type,
int creator) |
protected |
NSFileProviderTypeAndCreator(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
creator()
The second word of the FinderInfo structure.
|
void |
setCreator(int value)
The second word of the FinderInfo structure.
|
void |
setType(int value)
The first word of the FinderInfo structure.
|
int |
type()
The first word of the FinderInfo structure.
|
public NSFileProviderTypeAndCreator()
protected NSFileProviderTypeAndCreator(org.moe.natj.general.Pointer peer)
public NSFileProviderTypeAndCreator(int type,
int creator)
public int type()
public void setType(int value)
public int creator()
public void setCreator(int value)