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