sealed trait IModuleItem extends IAPIObjectItem
Ordering
- Alphabetic
- By Inheritance
Inherited
- IModuleItem
- IAPIObjectItem
- IResponse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
id: String
the uri of this IModuleItem
the uri of this IModuleItem
- Definition Classes
- IModuleItem → IAPIObjectItem
-
abstract
val
name: String
name of the module
name of the module
- Definition Classes
- IModuleItem → IAPIObjectItem
-
abstract
val
ref: Boolean
weather this object is a reference or a full description
weather this object is a reference or a full description
- Definition Classes
- IAPIObjectItem
-
abstract
val
statistics: Option[List[IStatistic]]
statistics of this element (if any)
statistics of this element (if any)
- Definition Classes
- IAPIObjectItem
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
kind: String
the kind of object this represents
the kind of object this represents
- Definition Classes
- IModuleItem → IAPIObjectItem
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
parent: Option[IReference]
there is no parent
there is no parent
- Definition Classes
- IModuleItem → IAPIObjectItem
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toJSON: JSON
serializes this object into a JSON Object
serializes this object into a JSON Object
- Definition Classes
- IAPIObjectItem → IResponse
-
def
toJSONBuffer: JSONObjectBuffer
serializes this response into a JSONObject Buffer
serializes this response into a JSONObject Buffer
- Definition Classes
- IModuleItem → IResponse
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()