AnyLogic
Expand
Font size
Enclosing class:
OmniFrame

public static class OmniFrame.InstancedFieldInfo
extends OmniFrame.FrameInfo

Constructor Summary

ConstructorDescription
InstancedFieldInfo(String id, String path, String fieldName, String value) 

Method Summary

Modifier and TypeMethodDescription
booleanequals(Object obj) 
StringgetFieldName() 
StringgetId() 
StringgetPath() 
StringgetValue() 
inthashCode() 
StringtoString() 

Methods inherited from class java.lang.Object

getClass, notify, notifyAll, wait, wait, wait

Constructor Details

InstancedFieldInfo

public InstancedFieldInfo(String id,
 String path,
 String fieldName,
 String value)

Method Details

getPath

public String getPath()

getFieldName

public String getFieldName()

getValue

public String getValue()

getId

public String getId()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object