All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface de.unihh.informatik.tide.Wildcard_String_Attribute_Template

public interface Wildcard_String_Attribute_Template
extends String_Attribute_Template
IDL-Code contains comments


Method Index

 o get_escape()
 o get_match_many()
 o get_match_one()
 o set_escape(char)
 o set_match_many(char)
 o set_match_one(char)

Methods

 o get_match_one
 public abstract char get_match_one()
 o set_match_one
 public abstract void set_match_one(char match_one)
 o get_match_many
 public abstract char get_match_many()
 o set_match_many
 public abstract void set_match_many(char match_many)
 o get_escape
 public abstract char get_escape()
 o set_escape
 public abstract void set_escape(char escape)

All Packages  Class Hierarchy  This Package  Previous  Next  Index