net.sourceforge.guacamole.properties
Class IntegerGuacamoleProperty
java.lang.Object
net.sourceforge.guacamole.properties.IntegerGuacamoleProperty
- All Implemented Interfaces:
- GuacamoleProperty<Integer>
public abstract class IntegerGuacamoleProperty
- extends Object
- implements GuacamoleProperty<Integer>
A GuacamoleProperty whose value is an integer.
- Author:
- Michael Jumper
Method Summary |
Integer |
parseValue(String value)
Parses the given string value into the type associated with this
GuacamoleProperty. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerGuacamoleProperty
public IntegerGuacamoleProperty()
parseValue
public Integer parseValue(String value)
throws GuacamoleException
- Description copied from interface:
GuacamoleProperty
- Parses the given string value into the type associated with this
GuacamoleProperty.
- Specified by:
parseValue
in interface GuacamoleProperty<Integer>
- Parameters:
value
- The string value to parse.
- Returns:
- The parsed value.
- Throws:
GuacamoleException
- If an error occurs while parsing the
provided value.
Copyright © 2013. All Rights Reserved.