EGF Engine
Release 0.1.0

org.eclipse.egf.model.contract.type
Class StringTypeHolder

java.lang.Object
  extended by org.eclipse.egf.model.contract.type.AbstractTypeHolder
      extended by org.eclipse.egf.model.contract.type.PrimitiveTypeHolder
          extended by org.eclipse.egf.model.contract.type.StringTypeHolder
All Implemented Interfaces:
ITypeHolder

public class StringTypeHolder
extends PrimitiveTypeHolder

Provides an implementation to host the java type String.


Constructor Summary
StringTypeHolder()
           
 
Method Summary
 Object getValue(String value_p)
          Convert value from string to object.
 boolean isValid(String value_p)
          Is value string representation valid ?
 
Methods inherited from class org.eclipse.egf.model.contract.type.PrimitiveTypeHolder
isJava, setPluginId
 
Methods inherited from class org.eclipse.egf.model.contract.type.AbstractTypeHolder
getSelectionDialog, getSelectionHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringTypeHolder

public StringTypeHolder()
Method Detail

getValue

public Object getValue(String value_p)
Description copied from interface: ITypeHolder
Convert value from string to object.

Returns:
See Also:
ITypeHolder.getValue(java.lang.String)

isValid

public boolean isValid(String value_p)
Description copied from interface: ITypeHolder
Is value string representation valid ?

Returns:
See Also:
ITypeHolder.isValid(java.lang.String)

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.