com.bonevich.erj.mof.impl.model
Class ErjDefaultValueImpl

java.lang.Object
  |
  +--ru.novosoft.mdf.impl.MDFStructImpl
        |
        +--com.bonevich.erj.mof.impl.model.ErjDefaultValueImpl
All Implemented Interfaces:
DefaultValue, ru.novosoft.mdf.ext.MDFStruct, javax.jmi.reflect.RefStruct, java.io.Serializable

public final class ErjDefaultValueImpl
extends ru.novosoft.mdf.impl.MDFStructImpl
implements DefaultValue

See Also:
Serialized Form

Constructor Summary
ErjDefaultValueImpl(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getValue()
           
 java.lang.Object refGetValue(javax.jmi.reflect.RefObject feature)
           
 java.lang.Object refGetValue(java.lang.String feature)
           
 java.util.List refTypeName()
           
 
Methods inherited from class ru.novosoft.mdf.impl.MDFStructImpl
hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jmi.reflect.RefStruct
hashCode
 

Constructor Detail

ErjDefaultValueImpl

public ErjDefaultValueImpl(java.lang.String value)
Method Detail

getValue

public final java.lang.String getValue()
Specified by:
getValue in interface DefaultValue

refGetValue

public final java.lang.Object refGetValue(java.lang.String feature)
Specified by:
refGetValue in interface javax.jmi.reflect.RefStruct
Overrides:
refGetValue in class ru.novosoft.mdf.impl.MDFStructImpl

refGetValue

public java.lang.Object refGetValue(javax.jmi.reflect.RefObject feature)
Specified by:
refGetValue in interface javax.jmi.reflect.RefStruct
Overrides:
refGetValue in class ru.novosoft.mdf.impl.MDFStructImpl

refTypeName

public final java.util.List refTypeName()
Specified by:
refTypeName in interface javax.jmi.reflect.RefStruct
Overrides:
refTypeName in class ru.novosoft.mdf.impl.MDFStructImpl

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in interface javax.jmi.reflect.RefStruct
Overrides:
equals in class ru.novosoft.mdf.impl.MDFStructImpl


Copyright © 2001-2003 bonevich.com. All Rights Reserved.