final class org.apache.camel.component.properties.DefaultPropertiesParser$Property extends java.lang.Object
{
private final int beginIndex;
private final int endIndex;
private final java.lang.String key;
private final java.lang.String value;
private void <init>(int, int, java.lang.String, java.lang.String)
{
org.apache.camel.component.properties.DefaultPropertiesParser$Property v;
int v, v;
java.lang.String v, v;
v := @this: org.apache.camel.component.properties.DefaultPropertiesParser$Property;
v := @parameter: int;
v := @parameter: int;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.camel.component.properties.DefaultPropertiesParser$Property: int beginIndex> = v;
v.<org.apache.camel.component.properties.DefaultPropertiesParser$Property: int endIndex> = v;
v.<org.apache.camel.component.properties.DefaultPropertiesParser$Property: java.lang.String key> = v;
v.<org.apache.camel.component.properties.DefaultPropertiesParser$Property: java.lang.String value> = v;
return;
}
public int getBeginIndex()
{
int v;
org.apache.camel.component.properties.DefaultPropertiesParser$Property v;
v := @this: org.apache.camel.component.properties.DefaultPropertiesParser$Property;
v = v.<org.apache.camel.component.properties.DefaultPropertiesParser$Property: int beginIndex>;
return v;
}
public int getEndIndex()
{
int v;
org.apache.camel.component.properties.DefaultPropertiesParser$Property v;
v := @this: org.apache.camel.component.properties.DefaultPropertiesParser$Property;
v = v.<org.apache.camel.component.properties.DefaultPropertiesParser$Property: int endIndex>;
return v;
}
public java.lang.String getKey()
{
org.apache.camel.component.properties.DefaultPropertiesParser$Property v;
java.lang.String v;
v := @this: org.apache.camel.component.properties.DefaultPropertiesParser$Property;
v = v.<org.apache.camel.component.properties.DefaultPropertiesParser$Property: java.lang.String key>;
return v;
}
public java.lang.String getValue()
{
org.apache.camel.component.properties.DefaultPropertiesParser$Property v;
java.lang.String v;
v := @this: org.apache.camel.component.properties.DefaultPropertiesParser$Property;
v = v.<org.apache.camel.component.properties.DefaultPropertiesParser$Property: java.lang.String value>;
return v;
}
}