1 24 25 package org.objectweb.fractal.api.type; 26 27 import org.objectweb.fractal.api.Type; 28 29 37 38 public interface InterfaceType extends Type { 39 40 50 51 String getFcItfName (); 52 53 60 61 String getFcItfSignature (); 62 63 71 72 boolean isFcClientItf (); 73 74 84 85 boolean isFcOptionalItf (); 86 87 96 97 boolean isFcCollectionItf (); 98 } 99 | Popular Tags |