org.obe.client.api.base
Class WMAttributeImpl

java.lang.Object
  extended byorg.obe.client.api.base.WMAttributeImpl
All Implemented Interfaces:
java.io.Serializable, WMAttribute

public class WMAttributeImpl
extends java.lang.Object
implements WMAttribute, java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.wfmc.wapi.WMAttribute
ARRAY_TYPE, BOOLEAN_TYPE, DATETIME_TYPE, DECLARED_TYPE, DEFAULT_TYPE, ENUMERATION_TYPE, EXTERNAL_REFERENCE_TYPE, FLOAT_TYPE, INTEGER_TYPE, LIST_TYPE, PERFORMER_TYPE, RECORD_TYPE, REFERENCE_TYPE, SCHEMA_TYPE, STRING_TYPE, UNION_TYPE
 
Constructor Summary
WMAttributeImpl(java.lang.String name, int type, java.lang.Object value)
           
 
Method Summary
 int getLength()
           
 java.lang.String getName()
           
 int getType()
           
 java.lang.Object getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WMAttributeImpl

public WMAttributeImpl(java.lang.String name,
                       int type,
                       java.lang.Object value)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface WMAttribute

getType

public int getType()
Specified by:
getType in interface WMAttribute

getLength

public int getLength()
Specified by:
getLength in interface WMAttribute

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface WMAttribute

toString

public java.lang.String toString()


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.