A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
name — Property in class org.granite.reflect.Annotation
The name of this annotation.
name — Property in class org.granite.reflect.Constructor
The name of this constructor (always equal to the unqualified class name)
name — Property in class org.granite.reflect.Field
The name of this Field instance, ie.
name — Property in class org.granite.reflect.Member
The name of this Member.
name — Property in class org.granite.reflect.Method
The name of this method.
name — Property in class org.granite.reflect.Type
The fully qualified class name of this Type instance, in the form of path.to::Bean.
name — Property in class org.granite.util.Enum
name — Property in interface org.granite.validation.INode
The property name the node represents (may be null).
name — Property in class org.granite.validation.helper.ParameterDefinition
NAME — Constant static property in class org.granite.validation.ValidationMessages
A constant defining the name of the validation resource bundle.
namespaceResolver — Property in class org.granite.validation.ValidatorFactory
The INamespaceResolver implementation used for validation operations.
negate(mc:org.granite.math:MathContext) — Method in class org.granite.math.BigDecimal
Returns a BigDecimal whose value is (-this), with rounding according to the context settings.
negate() — Method in class org.granite.math.BigInteger
Returns a BigInteger whose value is (-this).
negate() — Method in class org.granite.math.Long
Returns a Long whose value is (-this).
newAMFChannel(id, uri) — Method in class org.granite.tide.service.DefaultServiceInitializer
newAMFChannel(id, uri) — Method in class org.granite.tide.service.DynamicServiceInitializer
newContext(contextId, parentContextId) — Method in interface org.granite.tide.IContextManager
newGravityChannel(id, uri) — Method in class org.granite.tide.service.DefaultServiceInitializer
newGravityChannel(id, uri) — Method in class org.granite.tide.service.DynamicServiceInitializer
newGravityChannel(id, uri) — Method in class org.granite.tide.service.WebSocketServiceInitializer
newInstance(... rest) — Method in class org.granite.reflect.Constructor
Returns a new instance of this constructor's declaring class.
newInstanceWithArray(args) — Method in class org.granite.reflect.Constructor
Returns a new instance of this constructor's declaring class.
newTemporaryContext() — Method in class org.granite.tide.BaseContext
newUnqualifiedVector(length, fixed) — Static method in class org.granite.util.VectorUtil
Constructs a new Vector.<*> instance.
nextName(index) — Method in class org.granite.collections.BasicMap
nextNameIndex(index) — Method in class org.granite.collections.BasicMap
nextValue(index) — Method in class org.granite.collections.BasicMap
nodes — Property in interface org.granite.validation.IPath
The INode array that represent this path, from the root bean to the leaf.
normalize(tmp:org.granite.util:Enum) — Static method in class org.granite.util.Enum
not() — Method in class org.granite.math.Long
Returns (~this) (bitwise NOT).
NOT_LOGGED_IN — Constant static property in class org.granite.events.SecurityEvent
NotLoggedInExceptionHandler — Class in package org.granite.tide.service
NotNull — Class in package org.granite.validation.constraints
The ActionsScript3 implementation of the javax.validation.constraints.NotNull annotation validator.

The annotated element must not be null.

Accepted arguments are:

  • message (optional): used to create the error message (override the default message).
  • groups (optional): a comma separated list of fully qualified interface names that specifies the processing groups with which the constraint declaration is associated.
  • payload (optional): a comma separated list of String that specifies the payloads with which the constraint declaration is associated (unlike the Java implementation, payloads are arbitrary Strings and does not represent necessarily existing class names).
Accepts any type.

Example:

ns — Property in class org.granite.reflect.Member
The namespace of this Member.
Null — Class in package org.granite.validation.constraints
The ActionsScript3 implementation of the javax.validation.constraints.Null annotation validator.

The annotated element must be null.

Accepted arguments are:

  • message (optional): used to create the error message (override the default message).
  • groups (optional): a comma separated list of fully qualified interface names that specifies the processing groups with which the constraint declaration is associated.
  • payload (optional): a comma separated list of String that specifies the payloads with which the constraint declaration is associated (unlike the Java implementation, payloads are arbitrary Strings and does not represent necessarily existing class names).
Accepts any type.

Example:

NullHandler — Class in package org.granite.reflect.visitor.handlers
Handles any null value.
NumberFormatError — Class in package org.granite.math
This error is thrown whenever a big number String representation is invalid.
NumberFormatError(message, id) — Constructor in class org.granite.math.NumberFormatError
Constructs a new NumberFormatError
NUMBER_STRING_TYPES — Constant static property in class org.granite.validation.BaseConstraint
An array of numeric or string types: [BigDecimal, BigInteger, Long, Number, int, uint String] (used when checking the value type of a constraint annotation argument).
NumberUtil — Class in package org.granite.util
Static utility functions for ActionScript3's Numbers.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z