示例#1
0
 /** @return The type of this fluid class. */
 public jprime.variable.StringVariable getProtocolType() {
   jprime.variable.StringVariable temp =
       (jprime.variable.StringVariable) getAttributeByName(ModelNodeVariable.protocol_type());
   if (null != temp) return temp;
   return (jprime.variable.StringVariable)
       this.getReplicatedNode().getAttributeByName(ModelNodeVariable.protocol_type());
 }