Files
openfoam/applications/utilities/preProcessing/FoamX/Java/FoamXServer/CaseServer/IPatchDescriptorOperations.java
2008-04-15 18:56:58 +01:00

34 lines
796 B
Java

package FoamXServer.CaseServer;
/**
* FoamXServer/CaseServer/IPatchDescriptorOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.1"
* from FoamX.idl
* 02 April 2007 09:53:40 o'clock BST
*/
// ---------------------------------------------------------------------
public interface IPatchDescriptorOperations
{
//- Name of patch type (eg, "wall").
String name ();
//- Name of patch type (eg, "wall").
void name (String newName);
//- Display name (eg, "Wall").
String displayName ();
//- Display name (eg, "Wall").
void displayName (String newDisplayName);
//- Description (eg, "Solid Wall").
String description ();
//- Description (eg, "Solid Wall").
void description (String newDescription);
} // interface IPatchDescriptorOperations