Compoze Software, Inc.

portlets.compoze.groupware
Class RepeatPattern.RepeatFor


java.lang.Object

  |

  +--portlets.compoze.groupware.RepeatPattern.RepeatFor

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RepeatPattern

public static class RepeatPattern.RepeatFor
extends java.lang.Object
implements java.io.Serializable

This class stores values for repeating 'for'.

See Also:
Serialized Form

Inner Class Summary
static class RepeatPattern.RepeatFor.Unit
          This class stores values 'for unit'.
 
Constructor Summary
RepeatPattern.RepeatFor(int iNumber, RepeatPattern.RepeatFor.Unit unit)
          Constructor.
 
Method Summary
 int getNumber()
          Gets the number.
 RepeatPattern.RepeatFor.Unit getUnit()
          Gets the unit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatPattern.RepeatFor


public RepeatPattern.RepeatFor(int iNumber,
                               RepeatPattern.RepeatFor.Unit unit)
Constructor.
Parameters:
iNumber - the number of unites
unit - the unit
Method Detail

getNumber


public int getNumber()
Gets the number.
Returns:
the number

getUnit


public RepeatPattern.RepeatFor.Unit getUnit()
Gets the unit.
Returns:
the unit

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.