1 27 package org.objectweb.openccm.Containers.MetaInformation; 28 29 35 public class SetterAttributeInstanceImpl 36 extends InstanceImpl 37 implements SetterAttributeInstance 38 { 39 private SetterAttributeType _setter_attribute_type; 40 41 44 public SetterAttributeType setter_attribute_type() 45 { 46 return _setter_attribute_type; 47 } 48 49 52 public void setter_attribute_type(SetterAttributeType value) 53 { 54 _setter_attribute_type = value; 55 } 56 } 57 | Popular Tags |