hu.soft4d.minerva.uml
Class UmlType

java.lang.Object
  extended by hu.soft4d.minerva.uml.NamedClass
      extended by hu.soft4d.minerva.uml.UmlType
Direct Known Subclasses:
UmlClass, UmlEnumeration

public class UmlType
extends NamedClass

Author:
Zsolt Kiss Gere, 4D Soft Ltd.

Constructor Summary
UmlType(java.lang.String name, boolean isSimpleType)
           
 
Method Summary
 boolean isSimpleType()
          Simple type, like String, int, boolean, double NOTE: The UML specification declares 'int' as a DataType and String as a PrimitiveType, which is derived from DataType.
 
Methods inherited from class hu.soft4d.minerva.uml.NamedClass
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UmlType

public UmlType(java.lang.String name,
               boolean isSimpleType)
Method Detail

isSimpleType

public boolean isSimpleType()
Simple type, like String, int, boolean, double NOTE: The UML specification declares 'int' as a DataType and String as a PrimitiveType, which is derived from DataType. But 'int' is not of PrimitiveType.