com.unitesk.atp.messages
Class EntityRedefinitionMessage
java.lang.Object
com.unitesk.atp.messages.FileMessage
com.unitesk.atp.messages.FilePositionMessage
com.unitesk.atp.messages.NameRedefinitionMessage
com.unitesk.atp.messages.EntityRedefinitionMessage
- All Implemented Interfaces:
- Message
public class EntityRedefinitionMessage
- extends NameRedefinitionMessage
Message notifying that entity already defined.
It differs from NameRedefinitionMessage
by additional type
of entity.
- Since:
- 3.2
- Author:
- Alexey Demakov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityRedefinitionMessage
public EntityRedefinitionMessage(File file,
Position position,
String type,
String name,
Position oldPosition)
- Constructs message.
- Parameters:
file
- message regards to this fileposition
- message regards to this position in filetype
- type of redefined namename
- redefined nameoldPosition
- position of previous definition
getType
public String getType()
- Returns type of redefined name.
Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.