Jetif v1.8.0

jetif
Interface ObjectSpec

All Known Subinterfaces:
ParamSpec

public interface ObjectSpec

This interface ObjectSpec defines the specification of a generic object.

Author:
Vicky Wang

Field Summary
static ObjectSpec VOID
          A instance of VOID object spec.
 
Method Summary
 String getHandler()
          Returns handler name for this object.
 String getType()
          Returns desired type of this object.
 String getValue()
          Returns value of this object in string representation.
 boolean isExpr()
          If the value is an expression or not.
 

Field Detail

VOID

public static final ObjectSpec VOID
A instance of VOID object spec.

Method Detail

getValue

public String getValue()
Returns value of this object in string representation.

Returns:
the value of this object.

getType

public String getType()
Returns desired type of this object. The type should be supported by the handler.

Returns:
the type name.

getHandler

public String getHandler()
Returns handler name for this object.

Returns:
the name of handler.

isExpr

public boolean isExpr()
If the value is an expression or not.

Returns:
true if the value of this spec is an expression.

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.