1 28 29 package org.objectweb.openccm.Containers.MetaInformation; 30 31 34 public class OperationInstanceImpl 35 extends InstanceImpl 36 implements OperationInstance { 37 38 protected OperationType _operation_type; 39 40 43 public OperationType operation_type() { 44 45 return _operation_type; 46 } 47 48 51 public void operation_type(OperationType value) { 52 53 _operation_type = value; 54 } 55 56 57 58 } 59 | Popular Tags |