com.ten60.netkernel.urii.aspect
Class BooleanAspect
java.lang.Object
com.ten60.netkernel.urii.aspect.BooleanAspect
- All Implemented Interfaces:
- IAspectBoolean, IURAspect
- public final class BooleanAspect
- extends Object
- implements IAspectBoolean
Implementation of IAspectBoolean that simply holds a boolean
Constructor Summary |
BooleanAspect(boolean aBoolean)
Contstruct a new BooleanAspect |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanAspect
public BooleanAspect(boolean aBoolean)
- Contstruct a new BooleanAspect
isTrue
public boolean isTrue()
- Returns if the boolean value
- Specified by:
isTrue
in interface IAspectBoolean
create
public static IURRepresentation create(IURMeta aMeta,
boolean aBoolean)
- Deprecated.
- Creates a new IURRepresentation to hold the aspect
- Parameters:
aMeta
- the meta for the representationaBoolean
- the value of the boolean aspect
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.