case class SCSCPObjectStored(omr: OMReference, attributes: OMAttributionPairs) extends SCSCPResult with Product with Serializable
A Result that stores the result object on the server
- omr
Reference to the object on the server
- attributes
Attributes representing this result
- Source
- SCSCPResult.scala
- Alphabetic
- By Inheritance
- SCSCPObjectStored
- Serializable
- Serializable
- Product
- Equals
- SCSCPResult
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
SCSCPObjectStored(omr: OMReference, attributes: OMAttributionPairs)
- omr
Reference to the object on the server
- attributes
Attributes representing this result
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
-
val
attributes: OMAttributionPairs
- Definition Classes
- SCSCPObjectStored → SCSCPResult
-
val
body: OMApplication
The OpenMath body of this SCSCPResult
The OpenMath body of this SCSCPResult
- Attributes
- protected
- Definition Classes
- SCSCPObjectStored → SCSCPResult
-
val
call_id: String
The call id of this SCSCPResult
The call id of this SCSCPResult
- Definition Classes
- SCSCPResult
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
data: Option[OMExpression]
The data contained in this SCSCPResult (if any)
The data contained in this SCSCPResult (if any)
- Definition Classes
- SCSCPObjectStored → SCSCPResult
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get: OMExpression
Gets the expression representing this SCSCPResult
Gets the expression representing this SCSCPResult
- Definition Classes
- SCSCPResult
-
def
getAttribute(name: String): OMAnyVal
Gets an attribute within the content dictionary or None
Gets an attribute within the content dictionary or None
- name
Name of the Symbol within the scscp1CD to get
- Definition Classes
- SCSCPResult
-
def
getAttribute(attribute: OMSymbol): OMAnyVal
Gets an attribute of the attribution object or null
Gets an attribute of the attribution object or null
- attribute
OMSymbol referencing attribute to get
- Definition Classes
- SCSCPResult
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 omr: OMReference
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toObject: OMObject
Turns this SCSCPResult into an OpenMath object
Turns this SCSCPResult into an OpenMath object
- Definition Classes
- SCSCPResult
-
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()