Examples of DefineNamedTypeRequest


Examples of org.hxzon.asn1.mms.sequence.DefineNamedTypeRequest

            //GetNamedVariableListAttributes-Request ::= ObjectName  -- VariableListName
            return new ObjectName().init("getNamedVariableListAttributes", "getNamedVariableListAttributes", tag, stream);
        case Tag.CONTEXT | 13:
            return new DeleteNamedVariableListRequest().init("deleteNamedVariableList", "deleteNamedVariableList", tag, stream);
        case Tag.CONTEXT | 14:
            return new DefineNamedTypeRequest().init("defineNamedType", "defineNamedType", tag, stream);
        case Tag.CONTEXT | 15:
            //GetNamedTypeAttributes-Request ::= ObjectName -- TypeName
            return new ObjectName().init("getNamedTypeAttributes", "getNamedTypeAttributes", tag, stream, true);
        case Tag.CONTEXT | 16:
            return new DeleteNamedTypeRequest().init("deleteNamedType", "deleteNamedType", tag, stream);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.