Uses of Class
org.openmuc.jsml.structures.ASNObject

Packages that use ASNObject
org.openmuc.jsml.structures   
 

Uses of ASNObject in org.openmuc.jsml.structures
 

Subclasses of ASNObject in org.openmuc.jsml.structures
 class Choice
           
 class EndOfSmlMessage
           
 class ImplicitChoice
           
 class Integer16
           
 class Integer32
           
 class Integer64
           
 class Integer8
           
 class List_of_SML_ObjReqEntry
           
 class List_of_SML_PeriodEntry
           
 class List_of_SML_ProfObjHeaderEntry
           
 class List_of_SML_ProfObjPeriodEntry
           
 class List_of_SML_Tree
           
 class List_of_SML_ValueEntry
           
 class ListOf
           
 class OctetString
           
 class Sequence
           
 class SequenceOf
           
 class SML_AttentionRes
           
 class SML_Boolean
           
 class SML_GetListReq
           
 class SML_GetListRes
           
 class SML_GetProcParameterReq
           
 class SML_GetProcParameterRes
           
 class SML_GetProfileListReq
           
 class SML_GetProfileListRes
           
 class SML_GetProfilePackReq
           
 class SML_GetProfilePackRes
           
 class SML_List
           
 class SML_ListEntry
           
 class SML_Message
           
 class SML_MessageBody
           
 class SML_PeriodEntry
           
 class SML_ProcParValue
           
 class SML_ProfObjHeaderEntry
           
 class SML_ProfObjPeriodEntry
           
 class SML_PublicCloseReq
           
 class SML_PublicCloseRes
           
 class SML_PublicOpenReq
           
 class SML_PublicOpenRes
           
 class SML_SetProcParameterReq
           
 class SML_Signature
           
 class SML_Status
           
 class SML_Time
           
 class SML_Timestamp
           
 class SML_Tree
           
 class SML_TreePath
           
 class SML_TupelEntry
           
 class SML_Unit
           
 class SML_Value
           
 class SML_ValueEntry
           
 class Unsigned16
           
 class Unsigned32
           
 class Unsigned64
           
 class Unsigned8
           
 

Fields in org.openmuc.jsml.structures declared as ASNObject
protected  ASNObject Choice.choice
          data of the choice-object
protected  ASNObject SML_MessageBody.choice
           
protected  ASNObject ImplicitChoice.choice
           
protected  ASNObject[] ListOf.seqArray
           
 

Methods in org.openmuc.jsml.structures that return ASNObject
 ASNObject Choice.getChoice()
           
 ASNObject SML_MessageBody.getChoice()
           
 ASNObject ImplicitChoice.getChoice()
           
 ASNObject[] ListOf.seqArray()
           
 

Methods in org.openmuc.jsml.structures with parameters of type ASNObject
 void SML_Time.setTime(int tag, ASNObject choice)
           
 void SML_Value.setValue(ASNObject choice)
           
 

Constructors in org.openmuc.jsml.structures with parameters of type ASNObject
SML_MessageBody(int tag, ASNObject choice)
           
SML_ProcParValue(int tag, ASNObject choice)
           
SML_Status(ASNObject choice)
           
SML_Time(int tag, ASNObject choice)
           
SML_Value(ASNObject choice)
           
 



Copyright © 2011. All Rights Reserved.