org.outerj.daisy.repository.commonimpl
Class FieldImpl

java.lang.Object
  extended byorg.outerj.daisy.repository.commonimpl.FieldImpl
All Implemented Interfaces:
org.outerj.daisy.repository.Field

public class FieldImpl
extends java.lang.Object
implements org.outerj.daisy.repository.Field


Constructor Summary
FieldImpl(DocumentVariantImpl.IntimateAccess ownerVariantInt, long typeId, java.lang.Object value)
           
 
Method Summary
 long getTypeId()
           
 java.lang.String getTypeName()
           
 java.lang.Object getValue()
           
 org.outerj.daisy.repository.ValueType getValueType()
           
 org.outerx.daisy.x10.FieldDocument getXml()
           
 boolean isMultiValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldImpl

public FieldImpl(DocumentVariantImpl.IntimateAccess ownerVariantInt,
                 long typeId,
                 java.lang.Object value)
Method Detail

getTypeId

public long getTypeId()
Specified by:
getTypeId in interface org.outerj.daisy.repository.Field

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface org.outerj.daisy.repository.Field

getValueType

public org.outerj.daisy.repository.ValueType getValueType()
Specified by:
getValueType in interface org.outerj.daisy.repository.Field

isMultiValue

public boolean isMultiValue()
Specified by:
isMultiValue in interface org.outerj.daisy.repository.Field

getTypeName

public java.lang.String getTypeName()
Specified by:
getTypeName in interface org.outerj.daisy.repository.Field

getXml

public org.outerx.daisy.x10.FieldDocument getXml()
Specified by:
getXml in interface org.outerj.daisy.repository.Field


Copyright © -2005 . All Rights Reserved.