NetKernel APIs


com.ten60.netkernel.urii.aspect
Class BooleanAspect

java.lang.Object
  extended bycom.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


Field Summary
 
Fields inherited from interface com.ten60.netkernel.urii.aspect.IAspectBoolean
MIME_TYPE
 
Constructor Summary
BooleanAspect(boolean aBoolean)
          Contstruct a new BooleanAspect
 
Method Summary
static IURRepresentation create(IURMeta aMeta, boolean aBoolean)
          Deprecated.  
 boolean isTrue()
          Returns if the boolean value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanAspect

public BooleanAspect(boolean aBoolean)
Contstruct a new BooleanAspect

Method Detail

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 representation
aBoolean - the value of the boolean aspect

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.