ilog.util
Interface IlWithProperties

All Known Subinterfaces:
IltWithProperties
All Known Implementing Classes:
IltAbstractLink, IltAlarm.State, IltAlarmSystem.State, IltBellcore.SecState, IltBellcore.State, IltBooleanState, IltBTS, IltBTSAntenna, IltCard, IltCardCarrier, IltCardItem, IltcCompositeGraphic, IltCompositeGraphic, IltEmptySlot, IltGroup, IltLed, IltLimitedNumericState, IltLinearGroup, IltLink, IltLinkBundle, IltLinkSet, IltMisc.SecState, IltNetworkElement, IltNumericState, IltObject, IltOffPageConnector, IltOSI.Availability, IltOSI.Control, IltOSI.Procedural, IltOSI.Repair, IltOSI.Standby, IltOSI.State, IltOSI.State.Administrative, IltOSI.State.Operational, IltOSI.State.Usage, IltPerformance.SecState, IltPolyGroup, IltPort, IltRectGroup, IltSAN.SecState, IltShelf, IltShelfItem, IltSimpleState, IltSNMP.State, IltSONET.Protection, IltSONET.State, IltState, IltSymbolicState, IltTrap.State

public interface IlWithProperties

This interface defines methods for objects that want to carry generic properties.

Since:
JTGO 4.5

Method Summary
 Object getProperty(Object property)
          Returns the value of a client property.
 void removeProperty(Object name)
          Removes the named property.
 void setProperty(Object property, Object value)
          Sets the value of a client property.
 

Method Detail

setProperty

void setProperty(Object property,
                 Object value)
Sets the value of a client property.

Parameters:
property - Property identifier
value - Property value
Since:
JTGO 4.5

getProperty

Object getProperty(Object property)
Returns the value of a client property.

Parameters:
property - Property identifier
Returns:
Returns the client property value.
Since:
JTGO 4.5

removeProperty

void removeProperty(Object name)
Removes the named property.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.