org.apache.jackrabbit.mk.model
Interface Scalar

All Known Implementing Classes:
ScalarImpl

public interface Scalar

An immutable, typed scalar value.


Nested Class Summary
static class Scalar.Type
           
 
Method Summary
 boolean getBoolean()
           
 double getDouble()
           
 InputStream getInputStream()
           
 long getLong()
           
 String getString()
           
 Scalar.Type getType()
          Returns the value type.
 

Method Detail

getType

Scalar.Type getType()
Returns the value type.

Returns:
value type

getBoolean

boolean getBoolean()

getLong

long getLong()

getDouble

double getDouble()

getInputStream

InputStream getInputStream()

getString

String getString()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.