AnyLogic
Expand
Font size
Enclosing class:
OmniFrame

public static class OmniFrame.StaticFieldInfo
extends OmniFrame.FrameInfo

Constructor Summary

ConstructorDescription
StaticFieldInfo(String fieldPath, String fieldName, String value) 

Method Summary

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

Methods inherited from class java.lang.Object

getClass, notify, notifyAll, wait, wait, wait

Constructor Details

StaticFieldInfo

public StaticFieldInfo(String fieldPath,
 String fieldName,
 String value)

Method Details

getFieldName

public String getFieldName()

getValue

public String getValue()

getPath

public String getPath()

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