Package org.lemsml.jlems.core.type
Class Fixed
- java.lang.Object
-
- org.lemsml.jlems.core.type.Fixed
-
- All Implemented Interfaces:
PseudoNamed
public class Fixed extends java.lang.Object implements PseudoNamed
-
-
Constructor Summary
Constructors Constructor Description Fixed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPseudoName()
java.lang.String
getValue()
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
getPseudoName
public java.lang.String getPseudoName()
- Specified by:
getPseudoName
in interfacePseudoNamed
-
-