org.rococoa.cocoa.foundation
Interface FoundationLibrary.NSWhoseSubelementIdentifier

Enclosing interface:
FoundationLibrary

public static interface FoundationLibrary.NSWhoseSubelementIdentifier

native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h
enum values


Field Summary
static int NSEverySubelement
           
static int NSIndexSubelement
           
static int NSMiddleSubelement
           
static int NSNoSubelement
           
static int NSRandomSubelement
           
 

Field Detail

NSIndexSubelement

static final int NSIndexSubelement
See Also:
Constant Field Values

NSEverySubelement

static final int NSEverySubelement
See Also:
Constant Field Values

NSMiddleSubelement

static final int NSMiddleSubelement
See Also:
Constant Field Values

NSRandomSubelement

static final int NSRandomSubelement
See Also:
Constant Field Values

NSNoSubelement

static final int NSNoSubelement
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.