Operation |
Details |
public equals( Object other):boolean |
Sequential Tags: | annotations=@Override
| |
public Format( String name, String type, String encoding): |
Sequential Notes: | Formats object constructor. | |
public getEncoding():String |
Sequential Notes: | Get the formats encoding. @return String encoding of the format | |
public getName():String |
Sequential Notes: | Get the formats name. @return String name of the format | |
public getType():String |
Sequential Notes: | Get the formats type. @return String type of the format | |
public matches( Format other):boolean |
Sequential Notes: | Returns true if this format is contained in the other format. | |
public setEncoding( String encoding):void |
Sequential Notes: | Set the formats encoding. | |
public setName( String name):void |
Sequential Notes: | Set the formats name. | |
public setType( String type):void |
Sequential Notes: | Set the formats name. | |
public toString():String |
Sequential |