org.tridas.interfaces
Interface NormalTridasVoc<T extends Enum<T>>

Type Parameters:
T -
All Known Implementing Classes:
TridasMeasuringMethod, TridasRemark, TridasShape, TridasUnit, TridasVariable

public interface NormalTridasVoc<T extends Enum<T>>

Interface to be inherited by classes extending ControlledVoc that support a normalTridas tag.

Author:
Lucas Madar

Method Summary
 T getNormalTridas()
          Get the NormalTridas enum
 boolean isSetNormalTridas()
          Check to see if this voc has a normal tridas enum set
 void setNormalTridas(T value)
          Set the NormalTridas enum
 

Method Detail

getNormalTridas

T getNormalTridas()
Get the NormalTridas enum


setNormalTridas

void setNormalTridas(T value)
Set the NormalTridas enum


isSetNormalTridas

boolean isSetNormalTridas()
Check to see if this voc has a normal tridas enum set



Copyright © 2011 TRiDaS. All Rights Reserved.