org.cip4.jdflib.core
Class ElemInfoTable

java.lang.Object
  extended by org.cip4.jdflib.core.ElemInfoTable

public class ElemInfoTable
extends Object

Author:
MatternK

Constructor Summary
ElemInfoTable(String name, long status)
           
 
Method Summary
 String getElementName()
           
 long getValidityStatus()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElemInfoTable

public ElemInfoTable(String name,
                     long status)
Parameters:
name - the element name
status - the element status
Method Detail

getElementName

public String getElementName()
Returns:
Returns the elementName.

getValidityStatus

public long getValidityStatus()
Returns:
Returns the validityStatus.

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2013. All Rights Reserved.