Package gov.nasa.pds.tools.containers
Class SimpleDictionaryChange
- java.lang.Object
-
- gov.nasa.pds.tools.containers.SimpleDictionaryChange
-
- All Implemented Interfaces:
Serializable
public class SimpleDictionaryChange extends Object implements Serializable
- Version:
- $Revision$
- Author:
- pramirez, jagander
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleDictionaryChange(Definition definition, String messageKey, Object... arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
getArguments()
Definition
getDefinition()
Dictionary
getDictionary()
DictIdentifier
getId()
Integer
getLineNumber()
String
getMessageKey()
String
getSourceString()
String
toString()
-
-
-
Constructor Detail
-
SimpleDictionaryChange
public SimpleDictionaryChange(Definition definition, String messageKey, Object... arguments)
-
-
Method Detail
-
getLineNumber
public Integer getLineNumber()
-
getId
public DictIdentifier getId()
-
getMessageKey
public String getMessageKey()
-
getArguments
public Object[] getArguments()
-
getDictionary
public Dictionary getDictionary()
-
getSourceString
public String getSourceString()
-
getDefinition
public Definition getDefinition()
-
-