net.jangaroo.jooc.model
Interface NamespacedModel
- All Superinterfaces:
- ActionScriptModel
- All Known Implementing Classes:
- ClassModel, FieldModel, MemberModel, MethodModel, NamespaceModel, PropertyModel
public interface NamespacedModel
- extends ActionScriptModel
A model with a namespace. In ActionScript, there are some predefined namespaces (see enum
constants) and custom namespaces, which can be any identifier that has been
declared as a namespace.
PUBLIC
static final String PUBLIC
- See Also:
- Constant Field Values
INTERNAL
static final String INTERNAL
- See Also:
- Constant Field Values
PROTECTED
static final String PROTECTED
- See Also:
- Constant Field Values
PRIVATE
static final String PRIVATE
- See Also:
- Constant Field Values
getNamespace
String getNamespace()
setNamespace
void setNamespace(String namespace)
Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.