@Contract @Hk2XmlPreGenerate @GenerateProto @Comment(value="Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License v. 2.0, which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the\nEclipse Public License v. 2.0 are satisfied: GNU General Public License,\nversion 2 with the GNU Classpath Exception, which is available at\nhttps://www.gnu.org/software/classpath/license.html.\nSPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0") public interface TypeBean
Modifier and Type | Method and Description |
---|---|
byte |
getBType() |
char |
getCType() |
double |
getDType() |
float |
getFType() |
int |
getIType() |
long |
getJType() |
String |
getString() |
short |
getSType() |
boolean |
getZType() |
void |
setBType(byte i) |
void |
setCType(char i) |
void |
setDType(double i) |
void |
setFType(float i) |
void |
setIType(int i) |
void |
setJType(long i) |
void |
setString(String string) |
void |
setSType(short i) |
void |
setZType(boolean i) |
int getIType()
void setIType(int i)
long getJType()
void setJType(long i)
boolean getZType()
void setZType(boolean i)
byte getBType()
void setBType(byte i)
char getCType()
void setCType(char i)
short getSType()
void setSType(short i)
float getFType()
void setFType(float i)
double getDType()
void setDType(double i)
String getString()
void setString(String string)
Copyright © 2009–2023 Oracle Corporation. All rights reserved.