Uses of Class
org.csapi.cm.TpTagValue

Packages that use TpTagValue
org.csapi.cm   
 

Uses of TpTagValue in org.csapi.cm
 

Fields in org.csapi.cm declared as TpTagValue
static TpTagValue TpTagValue.OPERATOR_SPECIFIED
           
static TpTagValue TpTagValue.PROVIDER_SPECIFIED
           
 TpTagValue TpNameDescrpTagTimeOfDay.tag
           
 TpTagValue TpNameDescrpTagString.tag
           
 TpTagValue TpNameDescrpTagMonth.tag
           
 TpTagValue TpNameDescrpTagInt.tag
           
 TpTagValue TpNameDescrpTagExcessLoadAction.tag
           
 TpTagValue TpNameDescrpTagDir.tag
           
 TpTagValue TpNameDescrpTagDayOfWeek.tag
           
 TpTagValue TpNameDescrpTagDateTime.tag
           
static TpTagValue TpTagValue.UNSPECIFIED
           
 TpTagValue TpTagValueHolder.value
           
 

Methods in org.csapi.cm that return TpTagValue
static TpTagValue TpTagValueHelper.extract(org.omg.CORBA.Any any)
           
static TpTagValue TpTagValue.from_int(int value)
           
static TpTagValue TpTagValueHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.cm with parameters of type TpTagValue
static void TpTagValueHelper.insert(org.omg.CORBA.Any any, TpTagValue s)
           
static void TpTagValueHelper.write(org.omg.CORBA.portable.OutputStream out, TpTagValue s)
           
 

Constructors in org.csapi.cm with parameters of type TpTagValue
TpNameDescrpTagDateTime(java.lang.String name, java.lang.String description, TpTagValue tag, java.lang.String value)
           
TpNameDescrpTagDayOfWeek(java.lang.String name, java.lang.String description, TpTagValue tag, int value)
           
TpNameDescrpTagDir(java.lang.String name, java.lang.String description, TpTagValue tag, TpTrafficDirection value)
           
TpNameDescrpTagExcessLoadAction(java.lang.String name, java.lang.String description, TpTagValue tag, TpAction value)
           
TpNameDescrpTagInt(java.lang.String name, java.lang.String description, TpTagValue tag, int value)
           
TpNameDescrpTagMonth(java.lang.String name, java.lang.String description, TpTagValue tag, int value)
           
TpNameDescrpTagString(java.lang.String name, java.lang.String description, TpTagValue tag, java.lang.String value)
           
TpNameDescrpTagTimeOfDay(java.lang.String name, java.lang.String description, TpTagValue tag, java.lang.String value)
           
TpTagValueHolder(TpTagValue initial)
           
 



Copyright © 2008. All Rights Reserved.