wt.ixb.handlers.forattributes
Class ExpImpForIBAAttr.AttrValueInfo

java.lang.Object
  extended bywt.ixb.handlers.forattributes.ExpImpForIBAAttr.AttrValueInfo
Enclosing class:
ExpImpForIBAAttr

private class ExpImpForIBAAttr.AttrValueInfo
extends Object


Field Summary
private  String path
           
private  String precision
           
private  String type
           
private  String value
           
 
Constructor Summary
ExpImpForIBAAttr.AttrValueInfo(String _path, String _type, String _value, String _precision)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getPath()
           
 String getPrecision()
           
 String getType()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

path

private String path

type

private String type

value

private String value

precision

private String precision
Constructor Detail

ExpImpForIBAAttr.AttrValueInfo

public ExpImpForIBAAttr.AttrValueInfo(String _path,
                                      String _type,
                                      String _value,
                                      String _precision)
Method Detail

getPath

public String getPath()

getType

public String getType()

getValue

public String getValue()

getPrecision

public String getPrecision()

equals

public boolean equals(Object obj)

toString

public String toString()