KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > foundation > core > ProgrammingLanguageDataType


1 package org.omg.uml.foundation.core;
2
3 public interface ProgrammingLanguageDataType extends org.omg.uml.foundation.core.DataType {
4     public org.omg.uml.foundation.datatypes.TypeExpression getExpression();
5     public void setExpression(org.omg.uml.foundation.datatypes.TypeExpression newValue);
6 }
7
Popular Tags